Files
xahaud/src/ripple
Richard Holland 88f844fd71 fix240918
2024-08-19 10:40:58 +10:00
..
2024-08-19 10:40:58 +10:00
2024-08-14 16:40:07 +10:00
2024-08-19 10:40:58 +10:00
2024-07-16 08:56:30 +10:00
2024-08-19 10:40:58 +10:00
2020-02-25 19:21:50 -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