ravenloue / TMDB-TrendingSearch

A mobile-friendly webpage that utilizes TMDB's API to retrieve daily or weekly trends for movies, tv shows and people involved in the industry.
https://ravenloue.github.io/TMDB-TrendingSearch/public/
1 stars 0 forks source link

Refactor the code for legibility and implement more SOLID practices #23

Closed ravenloue closed 1 year ago

ravenloue commented 1 year ago

So the code works, but I think I can improve legibility it by breaking apart the button actions into separate functions; this will also help drive more SOLID practices into my methods so that I can implement them from the beginning rather than as an afterthought.