Koodattu / twitch-song-request-desktop

A desktop application for Twitch song requests from Spotify and Youtube
MIT License
7 stars 1 forks source link

Refactor MainViewViewModel #16

Open Koodattu opened 6 months ago

Koodattu commented 6 months ago

Currently MainViewViewModel is the god class of the application, meaning it holds most of the logic of the application. It should be refactored and split its functionality into smaller more manageable and maintainable classes and chunks.