7 lines
386 B
Markdown
7 lines
386 B
Markdown
# Conventions for writing code in this repository
|
|
- Indentation: Use 4 spaces for indentation. Do not use tabs.
|
|
- Minimise comments, code should be self-explanatory.
|
|
- Do not try to reinvent the wheel. Use available APIs and tools where possible.
|
|
- Follow best practices and common formatting for the programming language you are using.
|
|
- Generate tests for new features and bug fixes.
|