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
Describe what should be investigated or refactored
While working on stories related to assets.ts (e.g., #1723, #1759, #1753, #1670, #1647, and #1635) we've noticed some issues with the overall structure of the class that make it difficult to work with. We should set aside some time to critique the structure of Assets and develops a plan to refactor it.
A successful refactor will facilitate:
Easy test data generation
Clear usage patterns for consumers
Reduction in shared global state
Links to any relevant code
Additional context
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
While working on stories related to assets.ts (e.g., #1723, #1759, #1753, #1670, #1647, and #1635) we've noticed some issues with the overall structure of the class that make it difficult to work with. We should set aside some time to critique the structure of
Assets
and develops a plan to refactor it.A successful refactor will facilitate:
Links to any relevant code
Additional context
The text was updated successfully, but these errors were encountered: