GabeDottl / NineSlashNine-PythonAutocomplete

Other
0 stars 0 forks source link

Use ML-name suggest to name variable-extractions for micro-optimization #30

Open GabeDottl opened 5 years ago

GabeDottl commented 5 years ago

e.g. len(node.children) -> children_len.

Should conform to local code standards to really be useful.... E.g. if in a codebase where everything is acronyms or very short names, should follow that pattern.