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

Cleanup / Refactoring #34

Open
ghost opened this issue May 17, 2010 · 1 comment
Open

Cleanup / Refactoring #34

ghost opened this issue May 17, 2010 · 1 comment

Comments

@ghost
Copy link

ghost commented May 17, 2010

I think some classes need some serious clean up.
As a starter (suggestions, of course...):

  • Merge everything that is not really specific to Tasklist or Task (e.g. constructors, textiters, ... but also adding priority and/or duedate, at least as abstract if not via Start property) into AttributedTask
  • Move Handlers and GUI out of the TaskManagerNote. I think it would be much clearer, if those things were separated from the rest (e.g. a Handler and a GUI-Initializer or sth...)

I have started with the first point, but it is a somewhat unsatisfying yet important (also keeping in mind that the grading criteria include such stuff) task so feel free to join the fun ;)

@ghost
Copy link
Author

ghost commented May 17, 2010

Edit: Maybe also introduce some useless Design Patterns for the lulz

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

No branches or pull requests

0 participants