Does variable name length matter for performance C#?

Posted by MadBoy on Stack Overflow See other posts from Stack Overflow or by MadBoy
Published on 2010-03-14T18:12:32Z Indexed on 2010/03/14 18:25 UTC
Read the original article Hit count: 203

Filed under:
|

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 brought up that having variables with short names like aa instead of veryLongVariableName is much much faster (when program is bigger then 5 liner). I'm wondering if it's the same in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Performance