Search Results

1
vote

What are five things you hate about your favorite language?

I feel that a favorite language is impossible to choose. Dynamic typing and static typing can't quite be compared, so I'll just list which of which I use C++: Template metapro …
0
votes

Is “IF” expensive?

I had this argument with a friend of mine once. He was using a very naive circle algorithm, but claimed his to be faster than mine (The kind that only calculates 1/8th of the circle) because mine u …
0
votes

Why shouldn’t I use “Hungarian Notation”?

If you don't know the type of a variable without being told, you probably shouldn't be messing with it anyways The type might also not be that important. If you know what the methods do, yo …
1
vote

What’s your most controversial programming opinion?

I don't believe that any question related to optimization should be flooded with a chant of the misquoted "Premature optimization is the root of all evil"s because code that is optimized into obfus …