I\'ve been wondering if using long descriptive variable names in WinForms C# matters for performance? I\'m asking this question since in AutoIt v3 (interpreted language) it was
No it doesn't. Compiler actually does not save original variable names, you can look at the IL code of any compiled assembly with disassembler.