Files
rippled/src/ripple
Nik Bougalis c55777738f Refactor LedgerEntrySet:
* Split adjustOwnerCount to increment and decrement paths.
* Move pathfinding-specific functions out of LedgerEntrySet
* Convert members to free functions
2014-09-05 11:50:17 -07:00
..
2014-09-04 16:51:31 -07:00
2014-09-04 16:51:31 -07:00
2014-09-04 16:51:31 -07:00
2014-09-05 11:50:17 -07:00
2014-09-04 16:11:44 -07:00
2014-09-05 11:50:17 -07:00
2014-09-04 16:51:31 -07:00
2014-06-03 21:43:59 -07:00
2014-09-04 16:51:31 -07:00
2014-09-04 16:51:31 -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