845 B
845 B
Styling your code:
These guidelines are to be applied to all code contributed to the tumbledemerald
project.
- Decapitalise everything! For example, change "POKéMON" to "Pokémon".
- Always type "Pokémon" with the "é" Unicode character!
- When typing "Pokédex", make sure to type it without a capital "D".
- Use good English at all times.
- Abide by an 85-character "soft limit" per line of code. (This includes comments)
- If you decompile assembly (
.s
files) and a commit topret:master
later decompiles the same code, please revert your changes and add pret's C or C++ code instead. - Always comment your code, especially when writing it in assembly (
.s
and.inc
files). In .c and .h files, comments start with two forward slashes (//
) followed by one space. In .s and .inc files, use (@
) followed by one space.