votes
When to use exceptions properly
Are there any clear guidelines of when to use exceptions, and when to simply pass a boolean that signifies if the resulting method suceeded in its operation or not? Some people tend to throw exceptions, and then catch them in the calling ...
