Files
xahaud/src/ripple
Wietse Wind 6fdb285d48 clang again
2024-10-24 02:32:15 +02:00
..
2024-10-17 01:29:17 +02:00
2024-10-17 01:29:17 +02:00
2024-10-24 02:32:15 +02:00
2024-10-17 01:29:17 +02:00
2024-10-17 01:29:17 +02:00
2024-09-11 13:43:03 +10:00
2024-10-17 01:29:17 +02: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