Files
xahaud/src/ripple
RichardAH 2fb93f874b fixPageCap (#359)
* page cap fix

---------

Co-authored-by: Denis Angell <dangell@transia.co>
2024-09-07 11:39:24 +10:00
..
2024-08-20 09:40:31 +10:00
2024-08-14 16:40:07 +10:00
2024-09-07 11:39:24 +10:00
2024-09-07 11:39:24 +10:00
2024-07-16 08:56:30 +10:00
2024-08-20 09:40:31 +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