immutable-variables-style

This commit is contained in:
Nuno Santos 2023-02-09 12:52:57 +00:00 committed by GitHub
parent 59f9ab4dee
commit 178b763404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
========================== ==========================