Files
rippled/src/ripple
John Freeman 65dfc5d19e Prepare code for formatting
- Add missing `#include` in `ripple/core/JobTypeInfo.h`
- Protect version string from clang-format in
  `ripple/protocol/impl/BuildInfo.cpp`.
  `Builds/CMake/RippledVersion.cmake` searches for this line by pattern.
2020-04-23 09:53:49 -07:00
..
2020-02-25 19:21:50 -08:00
2019-01-18 12:13:21 -08:00
2020-04-23 09:53:49 -07:00
2020-01-08 18:44:01 -05:00
2020-02-25 19:21:55 -08:00
2020-04-23 09:53:49 -07:00
2019-11-27 16:58:56 -08: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