mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 14:24:58 +02:00
parent
f304a239ca
commit
94673532cf
@ -274,12 +274,12 @@ Any member variable name of class/struct should be preceded by an underscore.
|
||||
};
|
||||
```
|
||||
|
||||
3. ##### Prefer this form:
|
||||
3. ##### Prefer Pre-increment:
|
||||
```cpp
|
||||
++i
|
||||
```
|
||||
|
||||
**to:**
|
||||
##### **Over Post-increment:**
|
||||
```cpp
|
||||
i++
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user