mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3399 from wbt/patch-1
Case convention clarification
This commit is contained in:
commit
43b836fb2a
@ -719,7 +719,7 @@ Events should be named using the CapWords style. Examples: ``Deposit``, ``Transf
|
|||||||
Function Names
|
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
|
Function Argument Names
|
||||||
|
Loading…
Reference in New Issue
Block a user