The elite developer whispering to the junior: "They can debug with breakpoints and watch instead of prints and logs..."
Meanwhile, the junior's mind is blown because they've been littering their code with console.log()
statements like confetti at a parade. Sure, proper debugging tools have existed since the stone age of programming, but why use sophisticated tools when you can turn your terminal into an unreadable mess of "HERE1", "HERE2", and "WHY IS THIS UNDEFINED???"
The real irony? Senior devs still resort to print statements when the debugger mysteriously stops working. We've all been there.