Merge pull request #3399 from wbt/patch-1

Case convention clarification
This commit is contained in:
chriseth
2018-01-18 09:35:30 +01:00
committed by GitHub
+1 -1
View File
@@ -719,7 +719,7 @@ Events should be named using the CapWords style. Examples: ``Deposit``, ``Transf
Function Names
==============
Functions should use mixedCase. Examples: ``getBalance``, ``transfer``, ``verifyOwner``, ``addMember``, ``changeOwner``.
Functions other than constructors should use mixedCase. Examples: ``getBalance``, ``transfer``, ``verifyOwner``, ``addMember``, ``changeOwner``.
Function Argument Names