up vote 115 down vote favorite
70
share [g+] share [fb]

I have come to a conclusion or realization that perhaps many developers I know including myself have a fanatical fascination with reading as many programming and technology blogs or listening to podcasts as humanly possible.

I sometimes wonder if this time would be much better spent in actual coding and doing, rather than the incessant thinking and perhaps wondering what the "other guy" is doing?

With a very large signal to noise ratio in most blogs and podcasts, is there real benefit in maintaining a huge and constant blog role.. or is this some primal fear or instinct to keep up the pace unless being left behind?

Can they simply be relegated to Google search and just-in-time learning?

Edit: (There are some amazing answers here and touch a philosophical nerve with me, if you are reading this for the first time, I recommend taking the time reading through the answers below)

link|improve this question
3  
You mean very small signal-to-noise ratio, right? :-) – Peter Stone Jan 6 '09 at 23:23
2  
Did you really mean 'large signal to noise ratio'? I think you might have intended 'large noise to signal ratio'? – duncan Jan 7 '09 at 0:02
2  
Now 43 upvotes; definitely not marginal. Reopened. – Norman Ramsey Jan 14 '09 at 4:13
show 6 more comments
feedback

32 Answers

1 2
up vote 114 down vote accepted

I'll quote Albert Einstein:

"Reading, after a certain age, diverts the mind too much from its creative pursuits. Any man who reads too much and uses his own brain too little falls into lazy habits of thinking."

I agree - the best way to learn is by doing.

Wrote a post about it a couple of weeks ago.

link|improve this answer
36  
i would read your post about it but i'm too busy thinking ;-) – Steven A. Lowe Jan 6 '09 at 21:28
4  
Love the irony ! – Martijn Laarman Jan 6 '09 at 21:52
4  
Before you can do, you need to learn WHAT to do (or what you CAN do)... so, a certain bit of both is in order. The quote does not say reading is bad and one should only do. It says that after a certain amount of reading, one must actually put those hypotheses to the test. – Robert C. Barth Jan 6 '09 at 23:24
show 2 more comments
feedback

This is a false dichotomy. If you never read anything, then you have to think up all your new ideas by yourself, and will get behind on new tools, trends, developments, updates, etc. If you never code anything, then all of your knowledge will be academic ("book learning") and of little practical value.

Read as much as you can in the time you can afford; make good use of modern tools (Google Reader, for example) so you're not wasting time.

Code as much as you have to to earn a living, then code some more to learn what you need to learn, then code some more to learn what you want to learn.

Then turn off the computer and go outside. Remember to wear pants.

link|improve this answer
1  
@Xian: an interesting belief; perhaps it works for you. I work from home typically on one-man projects these days, so if i don't read about it on the web it is unlikely that, say, the grocery-store cashier is going to tell me about it ;-) – Steven A. Lowe Jan 6 '09 at 22:03
6  
Pants--sage advice. – Jarred McCaffrey Jan 7 '09 at 13:50
1  
+1 Remember to go outside - get away from the computer! – Dead account May 14 '10 at 14:22
show 5 more comments
feedback

My motto is: "read a little, develop a lot and ask everything" (to Google first, then to Stack Overflow).

Reading is essential, but the learning is much more permanent when you practice it, and when you need to learn. Then programming is both practice and creation of necessities, fullfilled by research.

Update: It seems that the following quote should answer this question.

"What I hear, I forget. What I see, I remember. What I do, I understand." - Confucius

link|improve this answer
1  
@Steve probably Google indexed that documentation better than the sw provider. – Jader Dias Jun 18 '09 at 20:44
6  
I used to work for a large computer corporation, name left out to protect the innocent but it was in the top 5 at the time, and we used to google all the error messages in our own products. Google did do a better job of indexing the documentation than our internal tools. – Ukko May 13 '10 at 23:50
show 1 more comment
feedback

I've always understood learning and knowledge to come in two parts. There is the experience part of learning, which you develop understanding by doing things and experimenting. And then there is the theory part, where you learn by thinking about what you know, and reading distillations of what other people know, and develop understanding by analyzing those trains of thought.

These can cross pollinate. What you learn from experience you can think and read about later on to see what else you can learn or extrapolate; what you learn from theory you can apply to things you are working on. If you limit yourself to just experiential or theoretical learning, you are limiting what you are able to know. Experience alone may not teach you to even look for a better solution to the problem you have, even though someone may have posted an elegant solution to it on a blog you won't read.

Important point: People do not learn new things simply because they are afraid others know more than they do. For my part, I don't seek out new ideas just to remain competitive; I seek out new ideas because they make me better than I was before I found them.

To quote W. Edward Deming a couple of times: "Experience by itself teaches nothing." "Without theory, experience has no meaning. Without theory, one has no questions to ask. Hence, without theory, there is no learning."

two cents into the piggy bank

link|improve this answer
feedback

I'd suggest reading "The 7 Habits of Highly Effective People", which talks about how to be "effective". Obviously you need a balance between doing and thinking, and unless you're independently wealthy, both are required. The benefits from keeping up with the industry can include

  • greater efficiency as you learn more about your field,
  • important contacts as you find knowledgeable people,
  • possibly making a name for yourself among companies seeking developers.

On the other hand, your current employer expects you to be productive, you probably should click-up this answer and get back to work!

link|improve this answer
show 1 more comment
feedback

I just happen to be one of those people that hate staying up-to-date. Don't get me wrong, I have no problem learning something new. In fact I'm great at it. But I only do it when a real need arises.

I'm also the sort of person who buys a new phone because the old one is broken, not because everyone has the new one.

All the latest tools, languages, libraries, whatever - they might contain time-saving features, but learning how to use them, particularly when they're young and not much information about them is available yet, can be a right pain and perhaps waste more time than is saved.

More in answer to the question, I see myself as that "other guy". I read documentation and build solutions. If the documentation is poor, I search for examples and tutorials, and from them deduce what the documentation ought to say. And then build solutions. I usually don't care how other people have solved my problem, because I'm confident in my ability to write clever code. (Check out how many Stack Overflow questions I've asked!)

But some people aren't as good at synthesising for themselves. Some people need to learn from others' mistakes, otherwise they will make the mistakes themselves. Some people just feel insecure about being "left behind". All I can say is that you can do too little reading, you can do too much reading, and you can read the wrong things. Try not to read simply because you don't want to miss out on anything - read stuff that helps you.

link|improve this answer
1  
"only when a real need arises": This is especially true as software development technologies and tools come and go rapidly. – Dimitri C. Dec 7 '09 at 15:41
feedback

When I was a green assistant professor still wet behind the ears, Randy Pausch (of Last Lecture fame) told me "never read anything unless you would be fired for not reading it". This advice is extreme even for a professor, but it did help me get control of my reading habits.

Now that I'm old and my beard is grey, I tell people that the more senior they are, the less time they should spend reading. If you're part of an organization you can rely on the people junior to you to tell you what to read. If you are the junior person you should be telling others what you are learning through your reading and blogs. By their reactions you may develop some ideas about whose blogs are worth reading and whose are not.

Also, even though 90% of the computer books published are crap, a lot of very good stuff is still published in books. The Pragmatic Programmers, Kent Beck, Brian Kernighan, and people of that ilk deserve a share of your reading time.

link|improve this answer
show 3 more comments
feedback

I vote for 33% reading/listening, 66% doing. I think even running through a tutorial has limited use. I need to have a real problem to work with to really get me brain wrapped around a problem.

link|improve this answer
feedback

This and Coding Horror is about all I read. I prefer to spend that extra time doing. It has worked out pretty well for me, I read just enough to keep up on the current trends/technologies.

link|improve this answer
show 6 more comments
feedback

When it to comes to learning, reading and doing go hand in hand. I personally read blogs and listen to podcasts to form the big picture in mind and keep myself updated. Doing things makes me more confident and comfortable. (The difference between, I can do it and I did it, is all it is)

link|improve this answer
feedback

You pretty much described me to the "T". I spend an exhorbinant amount of time time reading blogs, and listening to podcasts (all day while I'm coding at work). I typically learn enough this way to speak relatively intelligently about the technology and just enough to sit down and start messing around with. However I never learn enough until I actually start doing. If there's something that's becoming all the rave, then I try to find a project to work on where I can use the technology and REALLY learn it.

Whether or not the blog reading or the podcast reading is useful, it at least makes me feel like I'm TRYING to keep up.

link|improve this answer
show 2 more comments
feedback

If there was one criticism that I have of myself (I wish it was just one) I would say I fall in the reading not doing category.

However with this question there is no black or white answer. You have hit the nail on the head by saying there a very large signal to noise ratio in most blogs. My advice is to try and strike a balance, you should know when someone is talking a load of crap. Just hit read and fire up the IDE.

link|improve this answer
show 1 more comment
feedback

Step 1: Learn.

Step 2: Practice.

Step 3: Profit.

link|improve this answer
feedback

I keep three categories of programming links: to skim, to read, and to link.

As anyone who's ever tried to drink from the fire hose that is Scobleizer knows, it's easy to spend all of your time just reading up on the industry while steadily falling behind on your actual skills.

Links to skim are raw feeds. Look over each entry and decide whether or not to read the entry. I probably skim 3,000-4,000 articles a month.

Links to read get my undivided attention from the beginning until they become irrelevant or end. I start reading maybe 400-500 blog entries a month and maybe finish 100-150.

Articles to implement are invariably programming related and require some actual coding to grok in fullness. I mark about 20 articles a month to implement and actually get to about 7-10 of them. I should probably mark slightly fewer, but having a huge backlog means that I've usually got something super-relevant to toy around with when I have "implementation time."

While implementation is obviously the most effective means of retaining an article's contents, reading and skimming have their place, too. I read a blog post about implementing ZipSharp roughly three years before I needed to zip files in my own application. But, it stuck in my head that such a thing was available.

Fragments of what I have skimmed and read are constantly bubbling to the surface as they become relevant. As a busy, working developer, it's the closest I can come to being current in the industry.

link|improve this answer
feedback

It's important to strike a balance between "doing" and "reading" when it comes to programming.

You need to read in order to learn the proper way of doing something. Sure, you can reach some level of success purely by doing and learning from your own mistakes, but you need to read how others succeed in order to break your boundaries. If you don't read, you'll find yourself becoming THAT guy who refuses to learn new practices/methodologies and ultimately stagnates in their career.

On the flip side, too much reading without any doing will lead to a false sense of expertise. You'll think you know everything there is to know about ORM/Mocking/TDD but when it comes to writing even one program that effectively demonstrates the principles that you've learned, you'll find yourself at a loss.

link|improve this answer
feedback

I am currently not reading this.

I believe it is possible to think too much and not do too much, but the process of learning effectively is different for everyone. Some people can learn through reading, and others will only learn when it is moved from the abstract into the concrete.

Given the exponential expansion of sub-technologies that introduce themselves, there definitely is a primal fear that one will become obsolete, so the balance might be tipped in general towards more reading and not doing (after all, few of us are called upon to do during an interview).

That of course, leads to information overload, which will lessen productivity.

One of the tenets I've tried to abide by (which is definitely applicable here) is to produce more, consume less, in all that I do.

link|improve this answer
show 1 more comment
feedback

It's a curve. When you start off, you'd read 50% of the time and try to apply that 50% of the time. As you progress professionally, you end up doing more and more while studying less and less, but it should never go to zero.

In fact, it's not about just "reading". Playing around with what's out there is as good, and sometimes we are lucky enough to do that on our jobs.

link|improve this answer
feedback

Imagine that the "learning optimum" is 1 hour reading for each 5 hours coding. i.e. a reading percentage of 1/6 (or 17%).

But we have to be essentially coding (and specifying, designing, testing, etc.) 8 or 8.5 hours in the office. You may do some reading related to the technology of the project you're working in, so let's say you did 0.5 hours of reading a day at the office. That makes a ratio of 0.5/8 (or 6%).

If you just read one hour at home (1/1 reading) then you get a daily total of 1.5/9 (or 17%).

This is the reason why at home I tend to spend more time reading. I feel that the coding part is well covered at work. So in the end I have more or less the proportion I want.

link|improve this answer
feedback

Programmers are people who like to learn new things. If we didn't we would not be in this profession. How many other fields reinvent themselves every few years? I've been doing this for almost 30 years. I've went from BASIC and Fortran (using punch cards) to C# and Java. With several stops in between. Most of us still "do" things, but maybe not as much as we would like to, There are only so many hours in day and we do have other demands on our time. If we can be doing them then hearing about someone else doing them is second best.

As for writing a blog or doing a podcast that takes it to the next level. If you think you know a subject try to explain it to someone else. You will quickly find out how much you do not know. Jeff and even Joel have commented many time on how "perceptive" his readers are when it comes to finding errors.

link|improve this answer
feedback

Real artists ship.

link|improve this answer
feedback

I think there must be some primal fear at work... I don't read that much about coding, and I'm doing well enough without. But as you said, that's subjective.

I'd write code first, read code second, and resort to blogs third.

link|improve this answer
feedback

Some people write blogs simply to document what was done, sometimes without regard to audience. In many cases that turns out to be for the benefit of the community. Also it is not that hard to sort out the good from the bad most of the time. I myself am a coder, never wrote a line of blog - who knows, someday I will even if it is just so I don't forget what I did.

link|improve this answer
feedback

I confess my New Year's resolution this year was "less meta, more do". I love discussing programming, thinking of new ways to approach problems, and reading books in the field. As much as I love it, it leaves me feeling unfulfilled as a developer.

Your reward for doing something is directly proportional to the effort you put into it. It takes a lot of concentration, hard work, to churn out code and also to be patient enough to realize that if you keep chugging away you will reach your destination.

I commited to read books only on the general topic of development, not to a specific technology. (i.e. Code Complete, Peopleware, Pragmatic Programmer) but not anything with a specific technology (i.e. jQuery, Silverlight, LINQ). Most of the specific topics I can find online, but the real thinkers, the real eye opening books, are not specific to one technology, and I feel those are worth reading.

link|improve this answer
feedback

I think you need a little bit of both. Programming is the best way to learn to program. But to learn the newest technologies, methodologies, etc, you need to keep up by reading blogs, books, news sites, and other sources.

link|improve this answer
feedback

One should Read in order to Do. Task-directed study is the best kind. Even undirected reading should be eager for serendepity.

link|improve this answer
feedback

I wouldn't eliminate all reading if staying abreast of industry topics keeps you informed, motivated and excited about your career. But try to keep it to a reasonable level.

Podcasts, on the other hand, are too time consuming. They're too distracting - I can't listen to a podcast and work at the same time. And, it takes much longer to get the information than it would be if the content were in written form. It's like retrieving data from an ancient reel-to-reel tape.

When you do read, try to split your reading time between programming material and domain knowledge. They are a lot of smart cookies in the programming world, but I'm amazed at how many fail to broaden their expertise beyond 1's and 0's.

link|improve this answer
feedback

Read -- read incessantly -- but only after you've spent a full day coding. Read when you're relaxed about just having achieved something substantive in your project.

It's just too easy to read blogs, read articles and listen to podcasts that seem like work. Let alone contributing to Stack Overflow. I would say your time should be 80 percent coding, 20 percent keeping up with the technology.

On the other extreme is the greybeard who never reads anything, has obsolete skills, still uses ancient tools like "vi" to write code, always codes in C no matter what the application because that's the only real programming language, etc. You don't want to be him either. But that guy is most probably not reading Stack Overflow.

link|improve this answer
show 1 more comment
feedback

I think reading is important since, All work and no play, makes Jack a dull boy. And I thought it was Malcolm McClaren.

link|improve this answer
feedback

Assume your theory is correct. If correct, I have to read to know it, so it disproves your theory.

"Leading by Reading" and practice makes man perfect. Follow both.

link|improve this answer
feedback

Must be consensus that it is absolutely normal seek information already processed and that our sieve of experience necessary to give validity to it.

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

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