mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3392 from fulldecent/patch-4
Prefer CapWords style struct names
This commit is contained in:
commit
e6d15cd01e
@ -704,6 +704,12 @@ Contract and Library Names
|
|||||||
Contracts and libraries should be named using the CapWords style. Examples: ``SimpleToken``, ``SmartBank``, ``CertificateHashRepository``, ``Player``.
|
Contracts and libraries should be named using the CapWords style. Examples: ``SimpleToken``, ``SmartBank``, ``CertificateHashRepository``, ``Player``.
|
||||||
|
|
||||||
|
|
||||||
|
Struct Names
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Structs should be named using the CapWords style. Examples: ``MyCoin``, ``Position``, ``PositionXY``.
|
||||||
|
|
||||||
|
|
||||||
Event Names
|
Event Names
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user