Open mawoka-myblock opened 1 year ago
Having one ~2000 lines long file isn't really modular. I'd suggest (for contributors and so that you don't loose the overview), split the db.js into different files, grouped by their function. Eg. Playlists into db/playlists.js, etc
I could work on it in the next week.
Having one ~2000 lines long file isn't really modular. I'd suggest (for contributors and so that you don't loose the overview), split the db.js into different files, grouped by their function. Eg. Playlists into db/playlists.js, etc