n
10

Stubbornly avoiding debuggers in my first year of coding was a mistake I won't repeat.

I thought real programmers figured things out on their own, but now I see debuggers as essential tools for learning.
3 comments

Log in to join the discussion

Log In
3 Comments
barbara84
barbara8411h ago
In my intro CS class at State College, the professor banned debuggers for the first semester. He said using them too much keeps you from learning how code really runs. Sometimes just using print statements makes you figure out the code better.
1
mark_lee75
mark_lee7511h ago
Back in my CS101 days, I probably wrote more print statements than actual code. It forced me to understand every line before moving on. Looking back, that messy approach was oddly effective for learning.
2
miles_jones39
Read somewhere they're like x-ray vision for your code.
0