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
Sure, you can console log an object, but in Python all that gives you is a meaningless class name (or an undecipherable jumble of text)
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
Sure, you can console log an object, but in Python all that gives you is a meaningless class name (or an undecipherable jumble of text)
Can you set a breakpoint in production two days ago to debug an incident, though?