Skip to content

Commit 489587b

Browse files
committed
doc: update variable name coding convention
Now recommend to use "_" character to separate words in variable name to improve code readability.
1 parent cbaeea7 commit 489587b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Coding conventions
205205
* Use 3 spaces to indent code (do not use tab character)
206206
* Adopt `Tcl minimal escaping style`_
207207
* Procedure names: ``lowerCameCase``
208-
* Variable names: ``nocaseatall``
208+
* Variable names: ``no_case_at_all``
209209
* Curly brace and square bracket placement::
210210

211211
if {![isStateDefined already_report]} {

0 commit comments

Comments
 (0)