G
17

Spent $40 on a Python course and it actually helped me fix my first bug

I was stuck on a loop error for two days, but the course had a section on debugging that showed me how to use print statements to track values. What was your first big 'aha' moment with a coding problem?
2 comments

Log in to join the discussion

Log In
2 Comments
daniel_knight
My first real win was fixing a memory leak in a C++ game project. I finally understood pointers after staring at the same crash for a week. That feeling when it just runs is unbeatable.
4
oliverw46
oliverw4618d ago
How long did you stare at that loop before the course clicked? I remember that exact relief when print statements finally made sense, like a light just turning on. It's a great feeling to finally get past a wall like that.
0