microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Refactor julMS.js so functions are of more appropriate size #82

Open microl44 opened 1 year ago

microl44 commented 1 year ago

Currently the julMS.js is a big mess. Functionality is there but it could use some proper structure and as such, code should be refactored so each function isn't 100+ rows. Aim for smaller pieces of around 10-20 rows instead.