10 lines
207 B
Markdown
10 lines
207 B
Markdown
# 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.
|
|
- ...
|