Task #3178
DOC: macro parameter names syntax
Status: | New | Start date: | 11/03/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Documentation | Spent time: | - | |
Target version: | TXM 0.8.2 |
Description
Name readability rules:
- Use the underscore separators: morphems/words are separated with underscore (no camel back writing)
- No article and determiners
- avoid repeating the utility name (e.g. : with the FileCopy macro name -> "input_file" and not "input_file_to_copy")