Ask HN: How important is fundamental programming knowledge really?
2 points| Schaulustiger | 7 years ago
My question is: do I push forward in that fashion or do I take a step back and really learn how to program first?
The reason why I ask is because I do not feel confident in my programming skills. Often I find myself bruteforcing code until it finally works, not really being able to answer why it does. I was thinking about enrolling in http://www.launchschool.com to get a solid understanding of core programming principles and gain the confidence to move forward in any direction in software development. It would force me to follow an organized path toward learning software development and not get ahead of myself as I currently do. Yet a part of me says: you already built stuff, why go back and start over? Just keep coding and you'll get more comfortable. Being 34 years old I feel like I'm already behind the curve in software development. And since most of my learning happens in my free time, shouldn't I keep on having fun with it and not make it feel like I'm going back to university?
What would you recommend? Is it possible to be a software/web developer by just learning as you go? Or do you gain more by spending time to retroactively learn programming fundamentals?
detaro|7 years ago
At that point, if you want to make progress you should spend the time to understand why it does. If you use something existing and can't imagine how it works, try to figure that out.
Starting completely from scratch with learning might work too, but might be very boring as well.
enkiv2|7 years ago
Since you have experience in development for real problems, you should have an easier time learning the fundamentals, since you'll have context & you'll be able to easily recognize potential applications. People who go into a university CS program having never worked on a real project tend to find things like time complexity unnecessarily abstract.
You're probably not behind the curve because of lacking fundamentals. Most code people get paid to write is absolute trash, showing neither common sense nor understanding of freshman-level topics. Understanding fundamentals will put you ahead of the curve permanently.