2
My messy first script changed how I learn coding
I used to believe beginners should write clean code right away, but my ugly program actually worked! Seeing that helped me stop stressing and just try things out. Now I learn by doing, not by being perfect!
3 comments
Log in to join the discussion
Log In3 Comments
burns.ray1mo ago
Polished code is for people who don't actually want to build anything. My most useful programs look like a raccoon built them.
8
stellab821mo ago
Ever think about who has to fix that raccoon code when you're gone...
3
robin_henderson811mo ago
Consider how often that raccoon code breaks when others try to use it. Quick builds can turn into long fixes if no one can understand your work. Is saving time now worth the headache later?
2