Ask HN: When does programming start to make sense?
1–10 of 53 posts
Re: Ask HN: When does programming start to make sense?
#2Re: Ask HN: When does programming start to make sense?
#3I can't write code on my own, though -- unless the problem is trivial and the APIs I'm using I know like the back of my hand, I need an Internet connection to do it.
Part of this issue is possibly that competent people are disproportionately stalked by the worry that they're secretly incompetent.
Re: Ask HN: When does programming start to make sense?
#4However, eventually things start to click (though it took me several years). You'll get to a point where things make sense, and you can fathom how you'd go about writing most of the software you use on a daily basis.
Re: Ask HN: When does programming start to make sense?
#5Can you define what you mean by 'on your own'?
Re: Ask HN: When does programming start to make sense?
#6Re: Ask HN: When does programming start to make sense?
#7It's probably slow because you're not having fun with it. You're probably not having fun with it because you're not solving a compelling goal. Ask yourself whether you're learning "just to learn it" or are you trying to solve a problem and this particular language/api/compiler/implementation will help you achieve that goal.
I might be presumptuous here (and I apologize if I'm wrong) but the times I've found myself stuck "learning" have been when I was just going through the lessons for the heck of it, without a real goal in mind, without something to accomplish.
Also, have a look at this: http://railstips.org/blog/archives/2010/01/12/i-have-no-tale... I found it inspirational.
Re: Ask HN: When does programming start to make sense?
#8Earlier quoted context omitted.
Picked up a few books, wrote basic programs, etc. When it got harder, found ways to ask people questions. I usually get frustrated when it comes to solving puzzles that aren't linear programs.
What is causing the frustration?