Possible Duplicates:
How to manage stressful situations?
How do you vent stress as a programmer?
So you're on schedule for a sweet new release on time a few days away.
Boss calls, there is a feature/spec change, sweet no biggie right? Wrong. 6 months of work in dependency updating and changing gone to waste.
Sure there are ways to reduce the chance of this (see modular and independent designs). But sometimes these things happen, especially when dealing with outdated source trees and designs that were seem to be drunkingly conceived sometime during the .com boom. And all you can do is 'deal'.
So this isn't all subjective, I am wondering what kinds of programming techniques others have used to stop this from happening so bad again, and, if you can think of any, what kind of systems/procedures/steps do you take to clean up and refactor a disaster like this in an efficient and clean/complete way (without introducing bugs, generally bad looking code or breaking any functionality).
As now I have to spend about the next week or so going through removing certain parts of the new system and making sure it all still works under the new spec/design.
Side note maybe subjective: what about stress relief that works well for coders? Other than the 3 ciggies I just sucked down.
