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
commit 238ac4fd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: