Update CONTRIBUTING.md

This commit is contained in:
vis2k 2020-11-29 11:50:54 +08:00 committed by GitHub
parent 930d0cbbfd
commit 1b911d00ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,7 @@ Start reading our code and you'll get the hang of it. We optimize for readabilit
* We indent using 4 spaces (soft tabs)
* We value simplicity. The code should be easy to read and avoid magic
* No abbrevations. Use 'parentBody' instead of 'pB' or similar
* **KISS / Occam's Razor** - always use the most simple solution.
* **No Premature Optimizations**
MMOs need to run for weeks without issues or exploits.