mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix: minor typo
Fix: minor typo
This commit is contained in:
parent
2ab0c055c9
commit
28a5448f21
@ -180,7 +180,7 @@ for (map<ComplexTypeOne, ComplexTypeTwo>::iterator i = l.begin(); i != l.end();
|
|||||||
|
|
||||||
## 9. Naming
|
## 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
|
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`)
|
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:
|
4. Find short, memorable & (at least semi-) descriptive names for commonly used classes or name-fragments:
|
||||||
|
Loading…
Reference in New Issue
Block a user