You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to simplify this code. there's a lot of legacy code that serves no purpose other than confusing the reader.
several classes can probably be simplified too, ie. Track, Artist, Album, Comparison, etc (no need for a cpp-file)
The text was updated successfully, but these errors were encountered:
hmmz. in some cases there is a need for a .cpp-file (ie. a method in Track requires Album and the destructor of Album requires Track).
might just be more confusing to remove .cpp from some of these data classes while not from others?
we need to simplify this code. there's a lot of legacy code that serves no purpose other than confusing the reader.
several classes can probably be simplified too, ie. Track, Artist, Album, Comparison, etc (no need for a cpp-file)
The text was updated successfully, but these errors were encountered: