The code for the ecc-utils-form component currently stands at 600 lines, with more bug fixes and feature implementations it is sure to get even longer. Writing code like this is restricting our ability to reuse functionality, which would maintain a consistent performance across the component. It is also making the code extremely ugly and harder to understand.
Possible solution(s)
Implement some form of modularization in the ecc-utils-form for component. We also need to encourage better modularization accross the other components.
Description
The code for the
ecc-utils-form
component currently stands at 600 lines, with more bug fixes and feature implementations it is sure to get even longer. Writing code like this is restricting our ability to reuse functionality, which would maintain a consistent performance across the component. It is also making the code extremely ugly and harder to understand.Possible solution(s)
Implement some form of modularization in the ecc-utils-form for component. We also need to encourage better modularization accross the other components.