We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727a90c commit 84737a9Copy full SHA for 84737a9
CONVENTIONS.md
@@ -41,6 +41,7 @@ while (!WindowShouldClose())
41
42
}
43
44
+// Always use accumulators as `x++` instead of `++x`
45
for (int i = 0; i < NUM_VALUES; i++) printf("%i", i);
46
47
// Be careful with the switch formatting!
0 commit comments