mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
- One class per header file.
|
|
- Place each data member on its own line.
|
|
- Place each ctor-initializer on its own line.
|
|
- Create typedefs for primitive types to describe them.
|
|
- Return descriptive local variables instead of constants.
|
|
- Use "explicit" for single-argument ctors
|
|
|