mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
# Conflicts: # docker/telemetry/grafana/dashboards/fee-market.json # docker/telemetry/grafana/dashboards/transaction-overview.json # src/xrpld/telemetry/MetricsRegistry.h
XRPL 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