forked from batbucket/runityscape
-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Andrew Xue edited this page Sep 10, 2017
·
11 revisions
- Have descriptive variable/method names (long is okay!)
- Document any complex methods
- Make sure you've included all serializable material into IDTable (The test cases will only pass if you do)
- Make all the test cases pass
- Only commit the exact files you've changed. (If you add a character in CharacterList, only commit that file's changes)
- Have this bracket style