-
Notifications
You must be signed in to change notification settings - Fork 535
Description
Author Name: Gustavo Durand (@scolapasta)
Original Redmine Issue: 3433, https://redmine.hmdc.harvard.edu/issues/3433
Original Date: 2014-01-27
Code cleanup task:
When we started with 4.0 we did not worry about what package a class belonged to, but we really should have. This task is to go in and review each current class and put in in the right package, so that the code is organized better.
We should also review file names, because some of those files will be showing up in the URL, and we should have have a consistent naming convention, and whatnot.
Also, property files for internalization of field labels, help text, etc.
Added by Phil 2014-01-28: Can we add a way to format the code programmatically using a "house style" or the default NetBeans 7.4 style? Right now we have a mix of tabs and spaces...