This is how a name of a branch has to be composed:
{Project}[{Part}]{DescribeFeature}
Branch names have to be written in PascalCase.
Stuff in { }
has to be replaced.
Stuff in [ ]
may be omitted.
A prefix to specify the project the new feature is done on.
- Analysis:
Anl
- CodeGeneration:
Cdg
- Compiler:
Cmp
- JsCompilationTemplate:
Jtm
- Specification:
Spc
The part of the project that is modified.
Analysis | CodeGeneration | Compiler | JsCompilationTemplate | Specification |
---|---|---|---|---|
Lexical analysis: Lx Grammatical analysis: Gr Semantical analysis: Sm |
This part has to be omitted. | This part has to omitted. | This part has to be omitted. | This part has to be omitted. |
Something like "AddFunctions" or "BindIdentifiers".
AnlLxNewArrowLexeme
AnlGrParseFunctionCalls
AnlSmFixBindingIdentifiersBug
GdgAddIndentation
CmpAddMiniSwitch
JtmModifiedRealType