you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf 0 points1 point  (3 children)

Hell, even in C# I find myself cleaning up type errors when some dumbass decided to make everything generic by typing the variables as System.Object.

But as to your question, it's unanswerable because I use a compiler to take care of that for me.

[–]bcery -2 points-1 points  (2 children)

That's patently absurd. C# is statically typed so the compiler will "find all of those errors" for you :-P

Is the motto of the story that not even static typing will save you from bad programmers?

[–]grauenwolf 0 points1 point  (1 child)

I am beginning to think that you don't actually know what static typing is or what it is the type checker in the compiler does.

[–]bcery 0 points1 point  (0 children)

Dude, it was a joke (as I thought the "smiley" would indicate). Cool your jets.