T
Tony Johansson
Hello!
I have a GUI class and then another class is called(animalManager) where
some business rules are checked for example
that some food is not valid for some animals.
What is the best way to return to the GUI. ?
I think it's important for the GUI to know what kind of business rule that
failed.
Is it a good approach to throw exception telling some info
//Tony
I have a GUI class and then another class is called(animalManager) where
some business rules are checked for example
that some food is not valid for some animals.
What is the best way to return to the GUI. ?
I think it's important for the GUI to know what kind of business rule that
failed.
Is it a good approach to throw exception telling some info
//Tony