You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 temporary asserts have been refactored
The text was updated successfully, but these errors were encountered:
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 ofassert
s and// TODO
s in some places which need to be fixed.This issue is only scoped to fixing error-related
// TODO
s andassert
s.AC:
// TODO
s (relating to errors) and temporaryassert
s have been refactoredThe text was updated successfully, but these errors were encountered: