Files
xahaud/src/ripple
2015-09-18 12:18:40 -04:00
..
2015-09-18 11:51:49 -04:00
2015-09-03 12:09:44 -07:00
2015-09-18 11:09:40 -04:00
2015-09-18 11:09:22 -04:00
2015-09-18 11:09:22 -04:00
2015-07-31 17:39:03 -07:00
2015-09-18 11:14:34 -04:00
2015-09-18 11:51:48 -04:00
2015-09-18 11:51:49 -04:00
2015-09-03 13:44:37 -07:00
2015-07-31 17:30:56 -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