merari42@lemmy.world to Programmer Humor@programming.dev · 4 days agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square58fedilinkarrow-up1645arrow-down14
arrow-up1641arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square58fedilink
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·12 hours 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.