time-to-leave
time-to-leave copied to clipboard
File Organization Issue
How are we going to organize the css, js and html files in the future?
Right now we have:
- js folder for assorted .js files
- classes folder for Calendar files
- src for window files?
- css folder with just one file (hopefully more when we have .scss 😋)
For js folder, I think it'd be nice to have a main, renderer and etc separation, for the different electron processes
For src, maybe rename to windows?
@thamara and @tupaschoal, what are your inputs? Other people are welcome too 😄
Shouldn't we go with most things under src?
I can think of two ways to lay it out, by file type or by component:
-
src
-
- css
-
- html
-
- js
-
src
-
- algorithms
-
- windows
Or something in this sense