7
How a simple game project changed my view on coding basics
I always told new coders to jump right into writing lines of text. Then I saw a friend's kid use Scratch to build a bouncing ball game. The kid was so excited, and it clicked for me that fun comes first. Now I think starting with visual tools builds way more confidence. It's less scary than staring at a blank code editor. What moment changed how you approach learning or teaching code?
4 comments
Log in to join the discussion
Log In4 Comments
williams.linda1mo ago
Guess we've been torturing newbies with empty text files for years.
6
bennett.henry1mo ago
Actually never saw it that way before.
3
lisa74928d ago
Have you ever watched a newbie stare at an empty config file for five minutes? It's like we set them up to fail. Remember giving them that .gitignore with nothing in it? We're basically handing them a puzzle with no pieces. But hey, it builds character! At least they learn to ask questions quickly.
6
robinson.wren28d ago
Lisa749 talking about the empty .gitignore file really hits home. A friend of mine tried to learn by making a basic website, and she got totally stuck on the empty CSS file. It was just a white screen and a blinking cursor for an hour. She almost quit right there. Then someone showed her a tool that let her pick colors and move boxes around, and it wrote the code for her as she did it. Suddenly she could see her changes happen right away. That blank file wasn't teaching her the rules, it was just a locked door. Giving someone a few starter lines to tweak works way better than a total empty page.
1