cm0002@sh.itjust.works to Programmer Humor@programming.dev · 6 hours agoMadness or brilliancefeddit.orgimagemessage-square11fedilinkarrow-up1198arrow-down12cross-posted to: programmerhumor@lemmy.ml
arrow-up1196arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 6 hours agomessage-square11fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareNotSteve_@piefed.calinkfedilinkEnglisharrow-up8arrow-down1·5 hours agoIt drives me crazy that half my coworkers do this, including a senior dev. I’ll be on a call trying to help debug something and it makes it so difficult not being able to set a breakpoint
minus-squareandyburke@fedia.iolinkfedilinkarrow-up16·5 hours agoI console.dir and debugger; and breakpoint all day. You are allowed to mix your strategies.
minus-squarenull_dot@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up17·4 hours agoconsole for quick and dirty understanding but inspector for more complex fixes.
minus-squaremarlowe221@lemmy.worldlinkfedilinkEnglisharrow-up4·4 hours agoThis right here. Time and place for both.
It drives me crazy that half my coworkers do this, including a senior dev. I’ll be on a call trying to help debug something and it makes it so difficult not being able to set a breakpoint
I console.dir and debugger; and breakpoint all day. You are allowed to mix your strategies.
console for quick and dirty understanding but inspector for more complex fixes.
This right here. Time and place for both.