Prefer CapWords style struct names

This commit is contained in:
William Entriken
2018-01-14 13:53:45 -05:00
committed by GitHub
parent 0c20b6da6b
commit cb5758aa75
+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
===========