On developing deep programming knowledge
- by Robert Harvey
Occasionally I see questions about edge cases and other weirdness on Stack Overflow that are easily answered by the likes of Jon Skeet and Eric Lippert, demonstrating a deep knowledge of the language and its many intricacies, like this one:
You might think that in order to use a foreach loop, the collection
you are iterating over must…