21.02.2014, 20:55
Hungarian notation annoys me to no end, especially when used by people that have no idea what it's supposed to represent. They're just putting 'sz' in front of everything.
To a lesser extent: code that is crammed together. Congratulations, you just saved yourself some kilobytes. Please use more whitespace. Within a command, I personally tend to insert blank lines to separate the different conditions.
To a lesser extent: code that is crammed together. Congratulations, you just saved yourself some kilobytes. Please use more whitespace. Within a command, I personally tend to insert blank lines to separate the different conditions.

