DEV Community

Discussion on: The Case Against Print Statements in your Main Branch

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

It's a codesmell for sure, use logging for prototype work then implement some sort of file logging. At work we use a long rule to disallow console.log.

Unrelated but did you know about console.table ? Nifty little trick.