Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception handling check and refactor #72

Open
maddyjoe opened this issue Oct 25, 2022 · 0 comments
Open

Exception handling check and refactor #72

maddyjoe opened this issue Oct 25, 2022 · 0 comments

Comments

@maddyjoe
Copy link

maddyjoe commented Oct 25, 2022

As a young person I want to know when an exception error has happened and be told in a friendly-age appropriate way what has gone wrong

This is part 1 which covers assessing our current architecture and ensure handling = sensible (API) OR if any refactoring is needed

  • currently business logic/operations are separate from the controller and model - this is good as we want it to support separate unit testing
  • however we need to check our work, esp for e.g. scenarios where multiple operations take place in sequence within a call to perform a specific function --> to ensure that we are able to exception handle

On team discussion likely this is a good one for Steve/Lois to pair on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant