Developers of Reddit, what’s the worst “temporary fix” you’ve seen become permanent in production?
I once added a small “temporary” condition to skip an error during a release because we didn’t have time to fix the root cause. It was meant to be removed after the sprint, but it stayed there for months, and other code slowly started depending on it. By the time someone questioned it, nobody remembered why it existed, but everyone was afraid to delete it because “it might break something.”