|
|
|
|
|
by locknitpicker
146 days ago
|
|
> Most people won't care because the extent of their debugging skills is console.log, echo, print. repeat 5000 times. I don't agree. The first thing any developer does when starting out a project is setting up their development environment, which includes being able to debug locally. Stdout is the absolute last option on the table, used when all else fails. |
|
while you should know this for anything you're proficient in, I usually reach for printf since it's usually quicker than messing with a debugger :)