From b020cf52a6f6ef094078339a5f84f6657a04c1c6 Mon Sep 17 00:00:00 2001 From: Lance Borden Date: Thu, 5 Sep 2024 12:54:07 -0400 Subject: Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 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 -- cgit v1.2.3-59-g8ed1b