Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iiii92262yWhat about amending no changes to an existing commit? It will change the hash but not the contents
-
@magicMirror Print debugging is surprisingly effective for me. The bad reputation isn't justified in my opinion. I also use the get distracted method a lot (but i don't actually take a walk) - and that indeed works pretty good whenever print debugging doesn't.
-
@Oktokolo im actually surpized that the print method is set so low on effectiveness in the chart, definitely underrated.
-
@YADU I'm well aware.specially when tacking the hiesnbugs, multiprocess, and data race issues!
Add Print/printf, stare at the log, stare at the code, goto start.
Fun!
PSA: If you need to make dummy commits to trigger a pipeline for test purposes, please just use --allow-empty and make an empty one. Don't just add random newlines back and forth in stupid places.
rant