Early vs. Beginning Coders
zedshaw.com
Early vs. Beginning Coders
1–10 of 178 posts
Re: Early vs. Beginning Coders
#2- Books written for "beginners" target people who already know how to code
- Author's book targets people before that
- Most programmers are bad at teaching people how to code
- Recommends some arbitrary phraseology to differentiate levels of ability
- Until someone learns the basics of 4 languages they don't really know how to code
- Demands people only use the term "beginner" for people who can't code, and "early" for those who can.
This is great and all, but it comes off mostly like a whiny complaint about how most development books are aimed at a group of people who already have a basic knowledge of coding.
The has already been addressed by the so called "dummy" series of books. They were aimed directly at the audience the author is saying are being left behind.
I'm not sure I am seeing a real issue here. Go to the bookstore, browse through the books, pick the one you can comprehend and seems to be aimed at whatever your level is. Done.
Re: Early vs. Beginning Coders
#3This stuck out to me as being just the beginnings of the quintessential issue:
A beginner’s hurdle is training their brain to grasp the concrete problem of using syntax to create computation and then understanding that the syntax is just a proxy for how computation works. The early coder is past this, but now has to work up the abstraction stack to convert ideas and fuzzy descriptions into concrete solutions. It’s this traversing of abstraction and concrete implementation that I believe takes someone past the early stage and into the junior programmer world.
But why stop at just "beginner" "early" and "advanced". All of the books I have on programming are either truly "beginner" or blankly labeled as a programming guide, when in actuality it is quite "advanced"...nothing in between.If, as the article states, 4 is the magic number of languages to learn up front, perhaps there should be a 4th level of programming guides....one for the journeyman who knows the syntax, can articulate the complex algorithmic issues that need to be addressed, but isn't quite at that "mastery" or "advanced" level.
Re: Early vs. Beginning Coders
#4tldr: - Books written for "beginners" target people who already know how to code - Author's book targets people before that - Most programmers are bad at teaching people how to code - Recommends some arbitrary phraseology to differentiate levels of ability - Until someone learns the basics of 4 languages they don't really know how to code - Demands people only use the term "beginner" for people who can't code, and "e…
- Books written for "beginners" target people who already know how to codeRe: Early vs. Beginning Coders
#5Re: Early vs. Beginning Coders
#6Programming is a frustrating job, you're pretty much doomed to be a beginner forever. It's part of what makes it exciting day in and day out, but it can also be overwhelming.
Re: Early vs. Beginning Coders
#7I think it took me three years to understand what a variable was. And I still don't know why it took me so long to understand and why I suddenly understood it.
It's not that I didn't know that assigning '1' to 'a' would result in 'a' having a value of '1', but I didn't understand the concept and workings behind it. I just thought it was magic.
Re: Early vs. Beginning Coders
#8tldr: - Books written for "beginners" target people who already know how to code - Author's book targets people before that - Most programmers are bad at teaching people how to code - Recommends some arbitrary phraseology to differentiate levels of ability - Until someone learns the basics of 4 languages they don't really know how to code - Demands people only use the term "beginner" for people who can't code, and "e…
I love Zedshaw's Python book, but it is not really for complete beginners. So, his book also fits into: - Books written for "beginners" target people who already know how to code
Re: Early vs. Beginning Coders
#9This is a nice article. I think it took me three years to understand what a variable was. And I still don't know why it took me so long to understand and why I suddenly understood it. It's not that I didn't know that assigning '1' to 'a' would result in 'a' having a value of '1', but I didn't understand the concept and workings behind it. I just thought it was magic.
So often one "learns (programming) variables" in how they're implemented instead of merely what they mean. Their meaning is much more hairy than mere naming.
Re: Early vs. Beginning Coders
#10Programming is a frustrating job, you're pretty much doomed to be a beginner forever. It's part of what makes it exciting day in and day out, but it can also be overwhelming.
Obviously I can't expect to pick up a brand new technology and instantly expect to be a wizard, but I do expect that I can pick up a new technology and be functioning at a high level in a week or two, tops, because it's almost certainly just a respelling/reskinning of some technology I've used before.
(The whole "young guys who know way more than their old-fogey elders" was, in my opinion, an isolated one-time event when we transition from mainframe tech to desktop tech. Despite its recurrence on HN, I think "age discrimination" is naturally receding and will just naturally go away as the people on this side of that transition continue to age, and skill up.)