mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
immutable-variables-style
This commit is contained in:
parent
59f9ab4dee
commit
178b763404
@ -1275,6 +1275,10 @@ Enums
|
|||||||
|
|
||||||
Enums, in the style of simple type declarations, should be named using the CapWords style. Examples: ``TokenGroup``, ``Frame``, ``HashStyle``, ``CharacterLocation``.
|
Enums, in the style of simple type declarations, should be named using the CapWords style. Examples: ``TokenGroup``, ``Frame``, ``HashStyle``, ``CharacterLocation``.
|
||||||
|
|
||||||
|
Immutable variables
|
||||||
|
===================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Avoiding Naming Collisions
|
Avoiding Naming Collisions
|
||||||
==========================
|
==========================
|
||||||
|
Loading…
Reference in New Issue
Block a user