|
|
|
|
|
by JBiserkov
4220 days ago
|
|
>Encoding the type of a function into the name (so-called Hungarian notation) is brain damaged - the compiler knows the types anyway and can check those, and it only confuses the programmer. No wonder MicroSoft makes buggy programs. "Making Wrong Code Look Wrong" by Joel Spolsky is a must-read and contains an explanation of Apps Hungarian (the original, thoughtful one) vs Systems Hungarian
http://www.joelonsoftware.com/articles/Wrong.html |
|
Also, any project that uses int return codes shouldn't be leaning too heavily on type safety.