F
17

I started my niece on debugging her first program, against common advice

Hands-on error fixing builds skills faster than perfect code examples.
3 comments

Log in to join the discussion

Log In
3 Comments
andrew_coleman
What specific bug did she hit first and how did she react when the program didn't work? Did she try to guess the fix herself or did you have to point it out? I'm curious if she got frustrated or if that moment of figuring it out clicked for her. Do you think she learned more from that mistake than she would have from just copying working code?
2
the_hayden
Read an article where teachers said letting kids debug their own code, even with simple typos, builds real problem-solving skills. That moment of frustration turning into understanding beats just copying working code every time.
6
anthonyfox
My nephew spent three hours debugging a missing semicolon in his first Python script. He went from crying to celebrating when he finally spotted it. Now he checks for typos like a pro, which is more than I can say for some senior devs.
6