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 assert
s and // TODO
s in some places which need to be fixed.
This issue is only scoped to fixing error-related // TODO
s and assert
s.
AC:
- Areas of code that need to be addressed have been identified and enumerated
- Resolutions for contentious / ambiguous fixes have been discussed
// TODO
s (relating to errors) and temporaryassert
s have been refactored