Tagged Questions
4
votes
9answers
409 views
Should you check for wrong parameter values in the constructor?
Do you check for data validity in every constructor, or do you just assume the data is correct and throw exceptions in the specific function that has a problem with the parameter?