803
That shadowy place
(lemmy.dbzer0.com)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
it's called the strangler pattern, where the new version is layered on top of the old and gradually replaces it.
it usually doesn't work.