ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 8 hours agoUncle Bob becoming even worse:lemmy.worldimagemessage-square114fedilinkarrow-up1258
arrow-up1258imageUncle Bob becoming even worse:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 8 hours agomessage-square114fedilink
minus-squarecarrylex@lemmy.worldlinkfedilinkarrow-up19·4 hours agoTranslates to: “I created this (unit) test that tests code that does not exist yet…” Alright AI bro keep your copium…
minus-square3abas@lemmy.worldlinkfedilinkarrow-up14·3 hours agoTest driven development is not a new concept…
minus-squareUnderpantsWeevil@lemmy.worldlinkfedilinkEnglisharrow-up6·2 hours agoDesigning your unit tests before you’ve written your algorithm is - in my experience - a bit ass backwards.
minus-squarevanillama@programming.devlinkfedilinkarrow-up2·26 minutes agoAgreed, you find the right shape for the code as you build and try stuff, adding the tests right after makes most sense, unless maybe you’re just testing an API or something
Translates to:
“I created this (unit) test that tests code that does not exist yet…”
Alright AI bro keep your copium…
Test driven development is not a new concept…
Designing your unit tests before you’ve written your algorithm is - in my experience - a bit ass backwards.
Agreed, you find the right shape for the code as you build and try stuff, adding the tests right after makes most sense, unless maybe you’re just testing an API or something