Ray
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
CONVENTIONS.md
|
|
|
@ -41,6 +41,7 @@ while (!WindowShouldClose()) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// Always use accumulators as `x++` instead of `++x` |
|
|
|
for (int i = 0; i < NUM_VALUES; i++) printf("%i", i); |
|
|
|
|
|
|
|
// Be careful with the switch formatting! |
|
|
|
|