Files
xahaud/src/ripple
Tom Ritchford 194304e544 Refactor RippleCalc:
* Rationalize method and filenames, move to subdirectory.
* Use Issue in Node.
* Restrict access to PathState variables.
* Line length and readability cleanups.
* New PathCursor stores path calculation data during rippleCalc.
* Extract methods PathCursor::node(), PathCursor::previousNode()
  and RippleCalc::addPath
2014-07-30 08:29:29 -07:00
..
2014-06-03 21:43:59 -07:00
2014-07-30 08:29:29 -07:00
2014-07-30 08:29:29 -07:00
2014-07-30 08:29:29 -07:00
2014-06-03 21:43:59 -07:00
2014-06-03 21:43:59 -07:00
2014-07-30 08:29:29 -07:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem