Files
rippled/src/ripple
Nikolaos D. Bougalis 2b8893dfca Merge master (0.90.1) into develop (1.0.0-b2):
The merge also updates the RELEASENOTES.md with the release
notes for the 0.90.1 which were accidentally not included
in that release.
2018-03-24 12:51:23 -07:00
..
2017-03-06 14:59:32 -05:00
2018-03-01 15:59:40 -08:00
2018-01-17 10:00:20 -08:00
2018-02-13 09:08:14 -05:00
2017-07-11 12:18:17 -04:00
2018-01-17 13:43:54 -08:00
2018-01-17 13:43:54 -08:00
2018-03-02 07:37:15 -08:00

Ripple Source Guidelines

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