Sprinkle me logs

from blog lmno.lol @alvaro, | ↗ original
At times, basic prints/logs are just about the right debugging strategy. Sure, we have debuggers and REPLs which are super useful, but sometimes you just know that sprinkling your code with a handful of temporary prints/logs will get you enough info to fix an issue. I must confess, my temporary print statements are fairly uninspiring. Sometimes I...