mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Case convention clarification
Constructors follow the contract naming convention, using CapWords, instead of mixedCase.
This commit is contained in:
parent
fc7733c053
commit
1948b9687f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user