mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 07:15:21 +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
|
```cpp
|
||||||
++i
|
++i
|
||||||
```
|
```
|
||||||
|
|
||||||
**to:**
|
##### **Over Post-increment:**
|
||||||
```cpp
|
```cpp
|
||||||
i++
|
i++
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user