@cm0002@lemmy.world to Programmer Humor@programming.dev • 2 months agoCalm down Satani.imgur.comimagemessage-square45fedilinkarrow-up1692arrow-down17
arrow-up1685arrow-down1imageCalm down Satani.imgur.com@cm0002@lemmy.world to Programmer Humor@programming.dev • 2 months agomessage-square45fedilink
minus-square@Lightfire228@pawb.sociallinkfedilink13•2 months agoSanity checks Always, always check if your assumptions are true am i even running the function? is this value what i think it is? what is responsible for loading this data, and does it work as expected? am i pointed at the right database? is my configuration set and loaded in correctly?
Sanity checks
Always, always check if your assumptions are true
print(“hello”) print(“hello1”) … print(“wtf!”)