Merge pull request #13621 from omahs/patch-2

Fix: minor typo
This commit is contained in:
Christian Parpart
2022-10-10 10:08:33 +02:00
committed by GitHub
+1 -1
View File
@@ -180,7 +180,7 @@ for (map<ComplexTypeOne, ComplexTypeTwo>::iterator i = l.begin(); i != l.end();
## 9. Naming
1. Avoid unpronouncable names.
1. Avoid unpronounceable names.
2. Names should be shortened only if they are extremely common, but shortening should be generally avoided
3. Avoid prefixes of initials (e.g. do not use `IMyInterface`, `CMyImplementation`)
4. Find short, memorable & (at least semi-) descriptive names for commonly used classes or name-fragments: