- Always use double quotes.
- Always add two blank lines before a function declaration.
- Use snake case. (this_is_a_snake_case_variable)
- Try to keep your code clean.
- Document your code with comments if there could be any confusion.
- Do not use any GPL licensed code in the main repository. If you need to include it, add it to an extra repository.
- Have fun hacking away at the project!