ソースを参照
Update CONVENTIONS.md
pull/5368/head
Ray
2ヶ月前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B5690EEEBB952194
-
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! |
|
|
|
|