mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up IHashRouter
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
- Use long descriptive names instead of abbreviations.
|
||||
- Use "explicit" for single-argument ctors
|
||||
- Avoid globals especially objects with static storage duration
|
||||
- Order class declarations as types, public, protected, private, then data.
|
||||
- Prefer 'private' over 'protected'
|
||||
|
||||
# Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user