207 B
207 B
Contributing
Coding guidelines
- Two spaces indentation, Ruby style.
- CamelCase for classes.
- snake_case for methods & variables.
- Max line length at 80 chars.
- Composition over Inheritance.
- ...