This commit is contained in:
parent
66990665fa
commit
fbdbdd5b28
|
@ -146,12 +146,12 @@ When you want to see whats happening do a debug run;
|
||||||
|
|
||||||
## Internal conventions make
|
## Internal conventions make
|
||||||
|
|
||||||
* A library MUST use variables for indenting zero tab or whitespace
|
* A library MUST use variables for indenting, zero tab space or white space
|
||||||
* Internal things MUST start with an under score
|
* Internal things MUST start with an under score
|
||||||
* Variables MUST be in upper case
|
* Variables MUST be in upper case
|
||||||
* Variables MUST use an under score as separator
|
* Variables MUST use an under score as separator
|
||||||
* File targets MUST be in a relative binary build folder
|
* File targets MUST be in a relative binary build folder
|
||||||
* None file targets MUST start with at-sign with optional build folder
|
* None file targets MUST start with at-sign with optional build folder prefix
|
||||||
* None file targets MUST separate words with an hyphen
|
* None file targets MUST separate words with an hyphen
|
||||||
* Define eval flow MUST start with two underscores
|
* Define eval flow MUST start with two underscores
|
||||||
* Eval flow MUST be injected by a function
|
* Eval flow MUST be injected by a function
|
||||||
|
|
Loading…
Reference in a new issue