Skip to content

Commit

Permalink
Merge pull request ethereum#3392 from fulldecent/patch-4
Browse files Browse the repository at this point in the history
Prefer CapWords style struct names
  • Loading branch information
chriseth authored Jan 15, 2018
2 parents 0c20b6d + cb5758a commit e6d15cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========

Expand Down

0 comments on commit e6d15cd

Please sign in to comment.