Files
xahaud/src/ripple
2015-03-18 19:37:03 -07:00
..
2015-03-18 19:37:03 -07:00
2015-03-16 20:54:15 -04:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-03-02 17:40:12 -05:00
2015-03-16 20:54:17 -04:00
2015-02-23 14:36:34 -05:00
2015-03-16 20:54:06 -04:00
2015-03-02 16:49:56 -05:00
2015-01-20 16:45:01 -08:00
2015-02-28 14:57:38 -05: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