Scope of the change //Original StatusType getDRESS_REHEARSAL() { return(StatusType) get(“DRESS_REHEARSAL”, new StatusType()); } //Changed StatusType getDRESS_REHEARSAL() { return(StatusType) get(“DISASTER_RECOVERY”, new StatusType()); } Please ignore the method name, it still remains. It’s everywhere in the code.…
Tag: bbom
Application Rewrite.
Remember the BBOM project? They’re talking about letting me rewrite it. Finally a project where I can use tools I like: Subversion, CruiseControl, Ant, Hibernate, WebWork, Selenium, and possibly more. AWESOME. I’m not sure where…
Project BBOM, Part 3?
After the migration of my first project, I have become the owner of the mess, awesome. I’m trying to convince the manager to let me scrap it and rewrite it. I’m currently fixing a bug…
My Contribution to BBOM, Boo.
//Big Ball of Mud Pattern Deadlines are more important than good & solid code. I found myself between a rock and a hard place. I guess to keep your job, you just have to do…
Big Ball of Mud…Pattern?!
So…WTF is a Big Ball of Mud Pattern? Click and read. It’s real and I just took ownership of a project that uses this “BBOM” pattern. Don’t you think I’m lucky?! BLECH. JSPs/ASPs integrated could…