Top Ten C# Keywords to Avoid – From CodeThinked
by Joseph on Apr 6th in Uncategorized
Interesting post from CodeThinked: Top Ten C# Keywords to avoid
I will have to mull this one over. I suspect I use the “out” keyword more often than I ought to. I think I agree, however, with the multiple comments reminding the reader that these are keywords to “avoid”, not drop out of the language entirely. In Justin’s words:
“Sure there are times when you need it, but as with almost anything, you better be able to explain to me exactly why you need it”
What do you think?