6
RTRMS
4y

I fixed a bug properly... Took down an entire application systems, sometimes you just gotta monkey patch that shit.

So it was a 15 year old cold fusion system and chrome had deprecated some window pop up feature, so I tracked it to the shared function that triggered this, fixed it there, tested it and even got it all past qa.

Turned out some of the other modules on the app had some other logic around this that made it not work there, they had implemented the fallback check without any fallback logic.

Time to rollback a 3 week sprint...

Comments
Add Comment