dewolf icon indicating copy to clipboard operation
dewolf copied to clipboard

[CodeGenerator] Use Hungarian notation for unnamed variables

Open 0x6e62 opened this issue 3 years ago • 0 comments

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)

0x6e62 avatar Jan 13 '22 13:01 0x6e62