From 1b911d00ffecdc41eb0e479c11ef372bf487c781 Mon Sep 17 00:00:00 2001 From: vis2k Date: Sun, 29 Nov 2020 11:50:54 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 775629d68..1875e59ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.