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 entire code base needs to be refactored so that it is easily maintable and more readable, this will enable us to ship features faster and fix bugs quicker.
css refactor - break the style sheets into smaller components
jsx refactor - the jsx files have too many lines of code in them, they can be broken into more logical smaller sections
The entire code base needs to be refactored so that it is easily maintable and more readable, this will enable us to ship features faster and fix bugs quicker.