top | item 33332444

(no title)

uglygoblin | 3 years ago

I empathize deeply with you. I have been dealing with a system of "infinite configurability" for the last couple years and it's playing out the same way. The best I've been able to do is slowly codify the most problematic corners and put guard rails as many places as possible.

Sometimes I want to put my hands up in defeat and leave but there is also a satisfaction and growth from simplifying the Rube Goldberg machine.

It still sucks though.

discuss

order

hinkley|3 years ago

"Code coverage" and code that does everything and thus nothing are a potent cocktail as well. You can have 90% 'coverage' on a file and still only be covering 5% of the actual code paths (that's unfortunately not hyperbole, but a real number from a real analysis I did. When the numbers disagree that much, people tend to ignore the terrifying one)