SEbbaDK / sonica

Music playing daemon and clients, acting as a FOSS party music player alternative to Spotify playlists.
GNU General Public License v3.0
4 stars 0 forks source link

General rewrite to make command parsing more modular #23

Closed Rawrior closed 3 years ago

Rawrior commented 3 years ago

As the codebase gets bigger and bigger, it gets harder and harder to work on. Splitting command parsing up and splitting functionality into several functions would make everything much easier to work with in the long run.

SEbbaDK commented 3 years ago

Fixed in #28