Origami icon indicating copy to clipboard operation
Origami copied to clipboard

[Frontend]: Move all constants to Origami/src/constants

Open fristonio opened this issue 7 years ago • 0 comments

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.

fristonio avatar Mar 26 '18 22:03 fristonio