Gogo Sempai@programming.dev to Programmer Humor@lemmy.ml · 1 year agoSounds great in theoryprogramming.devimagemessage-square72fedilinkarrow-up1708arrow-down115
arrow-up1693arrow-down1imageSounds great in theoryprogramming.devGogo Sempai@programming.dev to Programmer Humor@lemmy.ml · 1 year agomessage-square72fedilink
minus-squareevatronic@lemm.eelinkfedilinkEnglisharrow-up2·1 year agoI always start with the basics for my test cases. Like, every test case has a name, and assert(true) in the body.
I always start with the basics for my test cases. Like, every test case has a name, and
assert(true)
in the body.