dewolf
dewolf copied to clipboard
[CodeGenerator] Use Hungarian notation for unnamed variables
Proposal
We should use the hungarian notation instead of generic viable names https://en.wikipedia.org/wiki/Hungarian_notation
We could also introduce a config option for this.
Approach
We could implement it as an AST pipeline stage after InstructionLengthHandling (which introduces additional variables)