1
edit
Changes
→Rules - Adding some
* Rule of thumb for spacing: Four spaces for an indentation, not eight.
* One Type for One Field Definition
* Always use Valgrind for testing once a piece compiles. (Valgrind is a linux tool which checks for memory leaks)
* Make code legible and provide a sufficient explanation of what a block does.
== Issues ==