We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e9098 commit 9ef8472Copy full SHA for 9ef8472
STYLE_GUIDE.md
@@ -28,7 +28,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
28
* __Indentation__: __Four (4) spaces__ for all control constructs, line continuations, etc.
29
* __Line ending character__: __Native__: Git will convert line endings to `\n` (Unix style) on commit, and will checkout files with native line endings
30
31
-## Variable naming
+## Variable and procedure naming
32
33
Variable names should be descriptive, and not artificially short.
34
By default, where it makes sense to do so, variable names shall be made up of one or more full words separated by an underscore.
0 commit comments