Skip to content

Commit f4535ca

Browse files
document convention
1 parent 38f9261 commit f4535ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/SpecCodingConventions.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Example:
111111
* Use « » notation for literal lists, which helps make it clear that they are not JavaScript arrays.
112112
* When referring to abstract properties, use the short possessive form `|object|'s [=property=]`. Avoid the wordier `the [=property=] of |object|` form.
113113
* Use "rank" when describing the number of dimensions of a tensor (e.g. in variable names) rather than the ambiguous "size".
114+
* Only use single capital letters as variable names when referring to tensors; i.e. prefer `|shapeA|` to `|A|`, but tensor `|T|` is okay.
114115

115116

116117
### Method Definitions

0 commit comments

Comments
 (0)