From 178b7634049b473b6f5b905485c0b09efb5f7ae4 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Thu, 9 Feb 2023 12:52:57 +0000 Subject: [PATCH] immutable-variables-style --- docs/style-guide.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 35e7324c9..e8582c196 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -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``. +Immutable variables +=================== + + Avoiding Naming Collisions ==========================