Merge pull request #3392 from fulldecent/patch-4

Prefer CapWords style struct names
This commit is contained in:
chriseth
2018-01-15 10:54:31 +01:00
committed by GitHub
+6
View File
@@ -704,6 +704,12 @@ Contract and Library Names
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
===========