Closed hwray closed 10 years ago
I've removed a fair amount of unnecessary code left over from previous iterations of the app: https://github.com/JayThomason/Tutti/commit/6a1457a9c04010a9d2c10d71df325dc8ab4ba2a0
I think we should focus on a few things:
Recall that our goal is two-fold:
I totally agree with these priorities and actually really appreciate you recalling focus to our goals. I'll be taking a structured tour through our codebase to tackle some of these issues.
After a first pass through the code, here's what I've done and what I've noted down to do later:
I've done ViewJamActivity pretty extensively as well
There is still a fair amount of code that we could refactor, and we will probably need to in the long run, but for now I have cleaned up every source file to some degree so I'm going to close this issue.
Given our "heart-attack" approach to the software dev side of the project, our code base has gotten slightly hacky and diffuse. It'd be great to clean things up a bit before Friday: remove debug System.out.println()s, delete old code that is redundant or no longer being used, add some comments, and maybe move some things around for better encapsulation. Perhaps Jay and I can get on this while working on our Wiki documentation tomorrow.