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
-
fyroc58748yBreak points means that you are less likely to leave it in your code when you push it out to production
-
@tizo standard output (stdout) methods. For example: Console.log in JS, "syso" in J or Console.Out in C#
-
@fyroc using a linter and a pre-commit hook helps with that. For me eslint doesn't let me commit if I have a console.log in my code.
Related Rants
Which do you guys prefer when checking object values? Console.log or setting break points?
undefined
breakpoints
js
console.log
javascript