aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Lance Borden 2024-09-05 12:54:07 -0400
committerGravatar GitHub 2024-09-05 12:54:07 -0400
commitb020cf52a6f6ef094078339a5f84f6657a04c1c6 (patch)
treeebb4a127eda0a495803768e5a657abaa495f7b7f /CONTRIBUTING.md
parentbugfix on arrowkey movement after browsing history (diff)
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 08b4f02..26d24d3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,8 +38,6 @@ void draw();
- End all typedefs with _t
- All defs and enums should be all caps snake case
- End all recursive functions with _r to ensure safety
-- Default all variables to const until you need to mutate it
-- Make a new file for new game systems ex: sprites, music, ai, animations, etc.
- Error check any function that can fail (malloc, fopen, etc.)
- Use sized operations as often as possible to avoid buffer overflows ex: strncpy vs strcpy
a>Gravatar Andrew D. France 2-9/+7