fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 2 months agoUse Zoteromander.xyzimagemessage-square57fedilinkarrow-up1906arrow-down110
arrow-up1896arrow-down1imageUse Zoteromander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 2 months agomessage-square57fedilink
minus-squaresmpl@discuss.tchncs.delinkfedilinkEnglisharrow-up4·2 months agoI have this in code I’m writing right now… #ifdef DEBUG #define DEBUG_PRINT(...) printf(__VA_ARGS__) #else #define DEBUG_PRINT(...) #endif It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.
minus-squarenull@slrpnk.netlinkfedilinkEnglisharrow-up5·2 months agoThe software either works or it doesn’t. There, tested!
minus-squareGreyghoster@aussie.zonelinkfedilinkEnglisharrow-up2·2 months agoTrue, they can be hard to find.
Tests? What tests?
printf
I have this in code I’m writing right now…
It is the most straighforward way to get the state of things while hammering on the keyboard trying to mash up something that looks like a program.
The software either works or it doesn’t. There, tested!
True, they can be hard to find.