You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is required and optional parts. _Optional part to be added later_
3
-
## Required part
2
+
There is mandatory and recommended parts. _Recommended part to being formed at the moment_
3
+
4
+
But here is general advice: use common sense and try to *be consistent* wherever you write code.
5
+
If there is some style already established in the class or utility being modified then we recommend
6
+
to continue use that same style, than introducing yet another one, which may be more recommended
7
+
but will produce inconsistent results.
8
+
9
+
## Mandatory part
10
+
4
11
1. Only "modern" syntax permitted, dotted syntax is not generally allowed (with few exceptions)
5
-
2. No short name for statements keywords allowed - use fully expanded, lower case keyword names
12
+
2. No short name for statements keywords allowed - use fully expanded keyword names. This same rule applie to builtin function names - they should be fully pronounced.
6
13
14
+
## Recommended part
15
+
1. We recommend to use fully expanded keyword in lower case or capitalized. Whatever you'll select should be consistent across class or utility, i.e.
0 commit comments