mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rearrange sources (#4997)
This commit is contained in:
committed by
John Freeman
parent
2e902dee53
commit
e416ee72ca
9
src/xrpld/README.md
Normal file
9
src/xrpld/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user