DEV Community

Discussion on: What are your worst coding habits?

Collapse
 
filipmessa profile image
Filip Messa

I use console log for debugging instead of debugger tool. So sometimes I lost in all these messages in console.

Collapse
 
mandaputtra profile image
Manda Putra

I think using console.log arent bad. But leaving it without reason maybe that bad 😀 sometimes weird bug just need console.log not fire up debugger unless it is complicated stuff like long long long query