time-to-leave icon indicating copy to clipboard operation
time-to-leave copied to clipboard

File Organization Issue

Open araujoarthur0 opened this issue 5 years ago • 3 comments

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 😋)

araujoarthur0 avatar Oct 03 '20 14:10 araujoarthur0

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?

araujoarthur0 avatar Oct 03 '20 14:10 araujoarthur0

@thamara and @tupaschoal, what are your inputs? Other people are welcome too 😄

araujoarthur0 avatar Oct 03 '20 14:10 araujoarthur0

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

tupaschoal avatar Oct 06 '20 01:10 tupaschoal