Hacker News new | ask | show | jobs
by robbles 5093 days ago
I've been programming since I was 12. I would say the only advantage it gave me was an unshakeable faith in my ability to figure things out - it really built up my problem-solving skills and gave me an attitude of "I'm going to figure this out somehow, even if I have to stay up all night" that I've noticed is missing in many new developers.

However, the idea that people who start this early have a 10 year head start on someone who starts at 22 is silly. Maybe for child prodigies this is true, but I was neither driven nor intelligent enough then to learn at the rate I do now. I distinctly remember being incredibly confused by the syntax of for loops, and being unable to solve trivial C++ compiler errors because I had no idea how to approach debugging them or where to find more information. I also had a casual hobbyist approach, where if something wasn't working, I would just give up and go play outside with my friends. Even with all the resources we have today, I don't think I had the mental faculty back then to design an OS. :)

Also, learning programming now is an order of magnitude more effective nowadays, with all the free online resources, new languages and frameworks, and public interest in the subject. Back in 2000, Arduino didn't exist, there were no decent web frameworks or JS libraries, and I remember sadly giving up on trying to build a robot because the only books I could find on the subject were university textbooks that required proprietary tech provided by the prof.

1 comments

Your story rings true for me. I dabbled in programming in my teens, but like you I was a hobbyist at best. When things got tough I would just give up. Programming seemed really hard and I just couldn't figure out how people who did it knew all the stuff they did (this was the mid 90's and there was no stackOverflow if things went wrong).

I didn't really start taking it seriously until I was in my mid twenties by which time the quality and quantity of free educational material, languages and tools for programmers had exploded. Learning how to program has never been easier. It's really a great time to be in this field, beginner or otherwise.