Files
xahaud/src/ripple
Denis Angell e71137fe4a cherry-ff (#52)
Co-authored-by: Richard Holland <richard.holland@starstone.co.nz>
2023-04-06 17:00:31 +00:00
..
2023-04-06 17:00:31 +00:00
2022-12-23 13:09:30 +00:00
2023-04-06 17:00:31 +00:00
2023-04-06 17:00:31 +00:00
2023-04-06 17:00:31 +00: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