Files
xahaud/src/ripple
2017-02-24 12:45:11 -05:00
..
2017-02-07 18:59:56 -05:00
2017-02-24 12:45:11 -05:00
2016-01-25 09:07:41 -08: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