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
Some of the components in the project are very huge and robust and can easily be broken down into small and more easy to understand as well as readable pieces of code , that would give ease of access to maintainers as well as the contributors .
This issue can act as a parent issue for several child issues too , since there are many modules that require breaking down into pieces .
Steps followed and expected result
For Example .: common-lib is one of the folders , in the packages folder , which has common UI components , that can be reused in modules , we can instead of having it in the same folder as modules have in a different place , and by this our work would be to change the routes if any in the modules , this would restructure the project , and give ease of understanding to new developers contributing to the project .
Example 2 : Many components can be broken down into frontend basic components , like atoms , molecules and pages .
THIS ISSUE CAN ACT AS A PARENT ISSUE FOR MANY OTHER ISSUES
The text was updated successfully, but these errors were encountered:
Description
Some of the components in the project are very huge and robust and can easily be broken down into small and more easy to understand as well as readable pieces of code , that would give ease of access to maintainers as well as the contributors .
This issue can act as a parent issue for several child issues too , since there are many modules that require breaking down into pieces .
Steps followed and expected result
For Example .: common-lib is one of the folders , in the packages folder , which has common UI components , that can be reused in modules , we can instead of having it in the same folder as modules have in a different place , and by this our work would be to change the routes if any in the modules , this would restructure the project , and give ease of understanding to new developers contributing to the project .
Example 2 : Many components can be broken down into frontend basic components , like atoms , molecules and pages .
THIS ISSUE CAN ACT AS A PARENT ISSUE FOR MANY OTHER ISSUES
The text was updated successfully, but these errors were encountered: