From d043754bc936c2a7a714d5a144c7821aea32ff0d Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 29 Aug 2024 16:43:26 +0300 Subject: [PATCH] Add Code practices Ss --- cstyle.7 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cstyle.7 b/cstyle.7 index 529a094..25fc811 100644 --- a/cstyle.7 +++ b/cstyle.7 @@ -227,6 +227,11 @@ some library that covers my needs. . +.Ss Code practies +I prefer pre-increment +over post-increment +when it doesn't matter. +. .Ss Organization Depending on complexity of the project,