Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify #4

Open
canidae opened this issue May 3, 2009 · 2 comments
Open

simplify #4

canidae opened this issue May 3, 2009 · 2 comments
Labels

Comments

@canidae
Copy link
Owner

canidae commented May 3, 2009

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)

@canidae
Copy link
Owner Author

canidae commented May 4, 2009

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?

@canidae
Copy link
Owner Author

canidae commented May 4, 2009

simplified a bit in commit 28baaa9.
should probably do some more here later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant