Files
rippled/src/ripple
Nik Bougalis 32a01df0e1 Improve directory creation (RIPD-928):
* Simplify quality describer
* Use keylet instead of naked uint256
2016-05-24 10:29:17 -04:00
..
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-10 17:38:36 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2015-09-28 17:24:05 -07:00
2016-05-12 19:26:21 -04:00
2016-04-20 12:01:25 -04:00
2016-05-12 19:24:35 -04:00
2016-05-10 17:38:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-01-25 09:07:41 -08:00
2016-05-12 19:24:35 -04: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