-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
facade uses exceptions in non-happy paths to signal unrecoverable errors. This has been set up properly during application bootstrap but not so much in the update / render loops: there are sprinkles of asserts and // TODOs in some places which need to be fixed.
This issue is only scoped to fixing error-related // TODOs and asserts.
AC:
- Areas of code that need to be addressed have been identified and enumerated
- Resolutions for contentious / ambiguous fixes have been discussed
// TODOs (relating to errors) and temporaryasserts have been refactored