Search Results

2
votes

Multiple return values to indicate success/failure.

As long as it's documented and contracted, and not too WTFy, then there shouldn't be a problem. Then again, I would recommend using exceptions for something like this. It makes more sense. …