Skip to content

Commit 84737a9

Browse files
authored
Update CONVENTIONS.md
1 parent 727a90c commit 84737a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONVENTIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ while (!WindowShouldClose())
4141

4242
}
4343

44+
// Always use accumulators as `x++` instead of `++x`
4445
for (int i = 0; i < NUM_VALUES; i++) printf("%i", i);
4546

4647
// Be careful with the switch formatting!

0 commit comments

Comments
 (0)