Head's Not On Straight
I think I'm having commitment issues. In a software sense.
I've been working for about a month mutating one website into another. Now I'm to rejoin the two websites into one. I've been having a little trouble committing to some of the changes.
I thoughtfully created new Java packages for the new classes I had to create, but in some cases I simply altered previously existing classes, simply changing the package of the object they were looking for. Now my simple package rename is haunting me; the class names are the same in many cases. Makes for fat code.
The JSP pages that go with the JSF site also have the same names, but since I was making a new EAR I didn't put them in a different directory structure. This merge should be more trivial as I can simply move the entire directory and use Eclipse's refactoring tools to alter all of the text files to reflect the change in directory name.
Maybe a spot of lunch will distract me and clear my head.