Closed shobhitjuglan closed 7 months ago
1. Refactor the folders and put them into appropriately named folders. 2. Put similar logic files in one folder. For example, we can either use Technical partitioning, like maintaing two separate folders for Java and Python and keeping their respective logic in there, or maybe domain partitioning, like keeping everything related to UML in one folder, CodeCoverage in one folder, etc. **Choose the one that you find most appropriate.** 3. Remove redundant packages and files. For example, we don't need all the files in the /client/public folder, a lot of them can be removed.
For java project uml output.png is in source_directory and then in .assets and for python it is in .docify_assets/images. Can they folllow similar naming structure?
Yes. @sarvo314 Can you take care of it while resolving merge conflicts in uml_py