diff options
| author | 2024-09-05 12:54:07 -0400 | |
|---|---|---|
| committer | 2024-09-05 12:54:07 -0400 | |
| commit | b020cf52a6f6ef094078339a5f84f6657a04c1c6 (patch) | |
| tree | ebb4a127eda0a495803768e5a657abaa495f7b7f | |
| parent | bugfix on arrowkey movement after browsing history (diff) | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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 |
