CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 4 months agoThe biggest mystery known to mankindprogramming.devimagemessage-square42linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageThe biggest mystery known to mankindprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 4 months agomessage-square42linkfedilink
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up0·4 months agoMy favourite: The code does not work. You make a change, it breaks more. You undo that mistake: it now works.
minus-squaremogranja@lemmy.eco.brlinkfedilinkarrow-up0·4 months agoIt’s either cache, DNS or DNS cache.
minus-squarehakunawazo@lemmy.worldlinkfedilinkarrow-up0·4 months agoOr in the silliest circumstances wrong development environment.
minus-squareouRKaoS@lemmy.todaylinkfedilinkarrow-up0·4 months agoI’ve had: Code is broken. Make change Code broken worse. Undo change Code still broken. Revert to previous version Code works. Check code- it has the change you just made that didn’t work
My favourite: The code does not work. You make a change, it breaks more. You undo that mistake: it now works.
Good ol’ cache.
It’s either cache, DNS or DNS cache.
Or in the silliest circumstances wrong development environment.
Yeah, that’s classic
I’ve had:
Code is broken. Make change
Code broken worse. Undo change
Code still broken. Revert to previous version
Code works. Check code- it has the change you just made that didn’t work