vote up 5 vote down star
1

Most of us know the quote "The average software developer reads less than one professional book per year..." from Peopleware

I am curious to know how (or if) it has changed since then - it's nice to know the trends in our 'profession'... and this seems to be a nice focus group to get some relevant answers from.

So I'm looking here for one-liner responses, that's be voted up if you truly practice to learn and be good at your job. Keep the answers as distinct as possible - So Read dead-tree books would be a diff response than Read blog posts

So yes it's a survey - and comm wiki and maybe close-practice - let the comm decide. There seems to be a similar question #43637 - but it's too verbose and seems to have died off. Though it does have a bunch of things that I'll use to seed the poll here

Update: To clarify what Jon posted as a comment, I'm not looking for trends from people who just happen to program (for whatever reasons) rather from people who love programming and wouldn't trade it for any other profession (or maybe aren't as good at pretty much anything else :)

flag
6  
You're not going to find average answers here. The fact that people are reading Stack Overflow (on the weekend, too!) shows that they're rather more interested in programming than I believe the average developer is. I suspect if you were to take the average number of books read, the average number of blogs read, the average number of Open Source project contributed to etc by those who read Stack Overflow on the weekend, it would be vastly higher than the true average. – Jon Skeet Aug 8 at 7:25
Ok I reword my question: my definition of the set programmers doesn't include the people who just code to pay the bills or as a 'job job'. That said.. my question as it stands runs counter to that.. I'm interested in how the good programmers learn.. not the average. Thanks for pointing that out.. – Gishu Aug 8 at 7:29
Hmm.. now I'm stuck trying to come up with a title that mirrors my intent. Can someone help with that? ---- Also a side to this question is that most of the good/smart programmers I know also do not read as much as I'd expect them to... but they're still good at what they do. – Gishu Aug 8 at 7:37
1  
How about "passionate developers"? – Jon Skeet Aug 8 at 7:40
1  
Although I'd doubt if anyone would dare over-edit something that Jon posted. :D – Gishu Aug 8 at 7:45
show 2 more comments

12 Answers

vote up 7 vote down

Read dead-tree / printed on paper books

link|flag
vote up 7 vote down

Read stuff on the internet mostly (APIs, blog posts, articles, sites like SO), even my books are PDFs and I search them with Yep rather than read cover to cover.

link|flag
vote up 5 vote down

Trial and error practice.

link|flag
Sad, but true! – Treb Aug 8 at 10:16
vote up 4 vote down

Just-in-Time learning : Learn the simplest thing that'd get you across your latest hurdle. e.g. Post it on SO, use the solution and move on.

link|flag
I use this except I wouldn't characterize it as the example of always being "I ask someone else" kind of learning. 90% of the time I learn something "as needed" by looking it up. It's the 10% case that I am stumped and post a question. – aaronls Aug 8 at 7:28
vote up 3 vote down

Read internet articles, examine examples, and prototype projects with various technologies.

link|flag
vote up 3 vote down

Blogs, mostly first-hand from people who make the tech (VC++ team, BCL team, Eric Lippert, Sam Ng, Don Syme, Andrew Kennedy, Herb Sutter, Raymond Chen, Michael Kaplan - to name some of the best). For C++ specifically I also read all of the working group papers as they are published.

link|flag
+1 "If I have seen a little further it is by standing on the shoulders of Giants." - Isaac Newton/ Bertrand of Chartres – Gishu Aug 8 at 7:50
vote up 3 vote down

Google. a.k.a. Search for it online

link|flag
Matthew, can you rollback my edit but include the text. I don't want my profile pic showing up for your post. And also to remind me that I didn't think of Google although my competence would be substantially reduced without it :) – Gishu Aug 8 at 7:42
vote up 2 vote down

Code-Along / Practice / Apply what you've learnt or read

link|flag
vote up 2 vote down

Read Stack Overflow AND the links posted from Stack Overflow answers.

link|flag
vote up 2 vote down

Join a mailing-list Or user-group : find like-minded people.

link|flag
vote up 1 vote down

Code review. Actively seeking constructive criticism.

link|flag
interesting.. although I've never thought of it in that light... must happen subconsciously. – Gishu Aug 8 at 7:52
vote up 0 vote down

Read blogs about extremely stretching your favourite language and the design of that favourite language and framework.


In my case C# extension methods and dotNet's LinQ.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.