merari42@lemmy.world to Programmer Humor@programming.dev · 1 month agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square58linkfedilinkarrow-up1653arrow-down15
arrow-up1648arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square58linkfedilink
minus-squarer00ty@kbin.lifelinkfedilinkarrow-up7·1 month 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·28 days 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.