DetailedRules - TypeCobolTeam/TypeCobol GitHub Wiki
In our wiki, a detailed rules is identifier by an unique name starting with TC followed by an identifier related to the theme.
TCNSfor namespaceTCRFUNfor function and procedure
For Codegen rules, we add: _CGEN just after the prefix:
TCNS_CGENfor codegen of namespaceTCRFUN_CGENfor codegen of function and procedure
For rules specific to Euro-Information, we add _EI just after the prefix:
TCNS_EIfor EI rules of namespaceTCRFUN_EIfor EI rules of function and procedure
Visually we use bold and italic: TCNS_ONLY_MAIN_CAN_DECLARE_NS
A rule is also written in the C# source code so we can quickly identify where a rule is implemented.