mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
parent
113003a79f
commit
c2ebb94759
@ -428,7 +428,7 @@ In short: The easier the code review is, the better the chance your pull request
|
|||||||
parseYesNoBoolAttribute();
|
parseYesNoBoolAttribute();
|
||||||
```
|
```
|
||||||
|
|
||||||
11. Check if there is already defined global variable, and reuse it instead of defining new one.
|
11. Check if there are already defined global variables, and reuse them instead of defining new ones.
|
||||||
|
|
||||||
12. Avoid "Yoda conditions".
|
12. Avoid "Yoda conditions".
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user