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
The logic of Send screen is extremely complicated to understand and to change.
It mixes all kinds of logic and contains many calculations. Only the top-leve 'let' contains 160 lines.
In order to work effectively with this critical part of code it need to be refactored and simplified
Implementation
Suggested implementation is to move all the calculations inside view to subscriptions. That subscriptions can be used in sub-views. Brunch with suggested implementation
Acceptance Criteria
Send logic is easy to understand.
No regressions.
Notes
Future Steps
The text was updated successfully, but these errors were encountered:
Problem
The logic of Send screen is extremely complicated to understand and to change.
It mixes all kinds of logic and contains many calculations. Only the top-leve 'let' contains 160 lines.
In order to work effectively with this critical part of code it need to be refactored and simplified
Implementation
Suggested implementation is to move all the calculations inside view to subscriptions. That subscriptions can be used in sub-views.
Brunch with suggested implementation
Acceptance Criteria
Send logic is easy to understand.
No regressions.
Notes
Future Steps
The text was updated successfully, but these errors were encountered: