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
Currently, the codebase for origami is not very pretty when it comes to code reusability and flexibility. There is a lot that can be done in this context.
Global constants still exist hard coded in the frontend component modules, that can rather be shifted to a more general Origami/src/constants which will make the code more readable and usable.
I have added some of these while working on another issue. This should be a guideline which should be strictly followed throughout the codebase. This is a parent for all the issues dealing with the same.
The text was updated successfully, but these errors were encountered:
Currently, the codebase for origami is not very pretty when it comes to code reusability and flexibility. There is a lot that can be done in this context.
Global constants still exist hard coded in the frontend component modules, that can rather be shifted to a more general
Origami/src/constants
which will make the code more readable and usable.I have added some of these while working on another issue. This should be a guideline which should be strictly followed throughout the codebase.
This is a parent for all the issues dealing with the same.
The text was updated successfully, but these errors were encountered: