merari42@lemmy.world to Programmer Humor@programming.dev · 4 days agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square58linkfedilinkarrow-up1644
arrow-up1644imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square58linkfedilink
minus-squarer00ty@kbin.lifelinkfedilinkarrow-up6·4 days agoI mean, I have to say I’ve hastened my own demise (in program terms) by over-engineering something that should be simple. Sometimes adding protective guardrails actually causes errors when something changes.
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up1·1 day agoWhich are what guardrails are for. When something change, you don’t know the impact the change will have. By having guardrails, you make sure to limit/eliminate potential critical issues.
I mean, I have to say I’ve hastened my own demise (in program terms) by over-engineering something that should be simple. Sometimes adding protective guardrails actually causes errors when something changes.
Which are what guardrails are for. When something change, you don’t know the impact the change will have.
By having guardrails, you make sure to limit/eliminate potential critical issues.