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
There is a codebase overwhelm.unnecessary long codes for most of the app files.
This makes it somehow time consuming to understand the code at first-glance.
Describe the solution you'd like Refactoring is the key to such problem.
Certain operations should be clearly defined and abstracted in their own files(e.g contributors fetch operation and all the inline styling)
the components tree should be well structured with each component abstracted(its logic and styling in one place)
The text was updated successfully, but these errors were encountered:
There is a codebase overwhelm.unnecessary long codes for most of the app files.
This makes it somehow time consuming to understand the code at first-glance.
Describe the solution you'd like
Refactoring is the key to such problem.
Certain operations should be clearly defined and abstracted in their own files(e.g contributors fetch operation and all the inline styling)
the components tree should be well structured with each component abstracted(its logic and styling in one place)
The text was updated successfully, but these errors were encountered: