2
My friend saw my first Python script and said 'you made a thing that works'
I was at a coffee shop in Denver last month, showing my buddy the weather app I built. It took me three days to get the API call right. He looked at the terminal, saw the temperature print out, and just said 'you made a thing that works'. That was the first time my code felt real to someone else. Has anyone else had a moment where showing your project to a person made it click?
3 comments
Log in to join the discussion
Log In3 Comments
amy9742mo ago
Ever notice how a simple comment from a friend can feel better than a whole code review? That outside view makes the work stop being just your own private puzzle. It's like the project finally exists in the real world.
9
kellys782mo ago
But that outside view can totally mess with your flow! Sometimes a friend's comment just adds noise when you're still deep in the puzzle. The project was already real in your head.
6
jana_hart182mo ago
Honestly, my code only feels real after I show it to my computer. Getting that first clean run with no errors, that's the real click for me. Showing a friend is nice, but they don't see the three days of broken API calls. The machine saying it works is the only approval I actually trust.
3