Search Results

2
votes
8answers
228 views

Using unhandled exceptions instead of Contains()?

Imagine an object you are working with has a collection of other objects associated with it, for example the Controls collection on a WinForm. You want to check for a certain object in the collect …
49
votes

One piece of advice

Practice, practice, practice. I used to think that reading books and attending lectures would somehow magically transform me into a great coder. While these things are still important, the …