05.08.2012, 04:04
Quote:
Fuck Hungarian Notation. I hate that whole heartedly. The compiler does the type checking so this is just dumb and useless. I could see it being used in PHP or so, which is a typeless language, but not in Pawn or C. I just can't read code that's written in HN, it makes my eyes bleed.
|
As for my stupid mistakes, I often now use C functions instead of Pawn functions for things like string manipulation and file handling. It is quite annoying going from one language to the next when you have different functions that basically result in the same thing. It is even more annoying when functions have the same names, but take different parameters, return different values, or do something completely different than the one you previously knew.