Przeglądaj źródła

Update CONVENTIONS.md

Ray 3 tygodni temu
rodzic
commit
84737a9fc1
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      CONVENTIONS.md

+ 1 - 0
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!