Closed T-Davis closed 3 years ago
I was just checking Effective Dart for the right language for subtype/subclass/whatever and found this:
@T-Davis do you think we should rename Problem to ProblemBase? My vote would be a 'yes' but I don't have a strong opinion.
@nickmeinhold, nice find! I completely agree, pushing a new commit now
I got to thinking about the types/groupings of Problems we might use. I started a conversation:
3. Error Handling - What types/groupings of Problems should we have?
fixes #273
Refactor the error handling approach by removing the
ProblemType
enum and replacing it with sub-classes ofProblem