views:

261

answers:

14

Do you think that writing about software (i.e. having a blog) and speaking on software (and concepts) make you a better programmer?

+15  A: 

Statistically speaking yes. You only retain about 20% of what you read and hear, but 80% of what you teach.

By writing about something or teaching about it, you force yourself to understand the concepts on a much deeper level.

UPDATE:

I wanted to update this with some links to more concrete data to support the statistics that I have been taught numerous times about learning retention rates. However, it would appear there is some controversy surrounding these numbers, even though the NTL Institute for Applied Behavioral Science maintains that research was done to back them up.

Josh
And yet, with or without these numbers, most developers would consider it obvious that you learn best by doing, and showing someone else how to do it.
Robert Harvey
A: 

Absolutely, for one simple reason: It challenges your preconditions. You could write an article about how perfect .NET is for a given situation, only to find someone has used it, and it turned out badly.

Jroc
I think when you speak, you really research so you don't sound stupid. And you really learn it for those that are going to ask questions.
ferventcoder
A: 

I think the main thing these activities do is force one to more thoroughly research things and research new things. Does this make you a better programmer? I think so.

J D OConal
+3  A: 

Yes. In the work force, being able to communicate effectively is as, and sometimes more important than knowing every obscure detail about language X.

Nescio
Absolutely agree here.
ferventcoder
+4  A: 

I believe that is the case. As with teaching, you develop a firmer grasp on the subject when you have to explain to someone else. You get to see what you understand and don't understand in greater detail.

Brian
+3  A: 

Absolutely yes. You have the chance to be challenged and questioned and second-guessed in ways you'd never think of on your own. It also gives you a chance to work on the organization and presentation of your ideas. All of this will feed back into the decisions that you make when you're writing code.

Arthur Vanderbilt
+1  A: 

I would argue the opposite: that in general the good programmers love to write and speak about software. It shows that they are passionate about it, and won't accept crap.

cruizer
That is an interesting perspective. I do find both as well. It may depend on the approach though.
ferventcoder
A: 

I think it encourages you to be a better programmer generally by visualizing your opinions and by reading users responses. I don't think the fact that you have a blog or can display the ability that you are knowledgable about developing makes you better inherently but it might help motivate you to be better so you can keep up with your posts.

Quintin Robinson
A: 

If you tend to write or speak about software then that means you're thinking about it and you have opinions. Caring about it enough to write makes you a better programmer.

Kevin Conner
A: 

I think that being able to speak and write well make you a better developer. Not necessarily because it will improve your programming skills, but because software development is a lot more than just banging out code. Whether it's for a company or an open source project, all but the smallest pieces of software are team products. In this environment, it's going to be the developer who can best communicate that will make the biggest contribution, not the one who is necessarily the best coder.

Chris Upchurch
I agree with the fact that software development is more than coding, although that part is the most fun. :D
ferventcoder
A: 

Teaching about software absolutely makes you a better programmer. Writing on a blog is not so far off.

Kevin Conner
+2  A: 

Absolutely. Knowledge without regular using is useless. Talking about technologies, languages, methods, development processes, books etc. greatly improves overall experience and points possible ways of professional evolution.

Sergei Stolyarov
A: 

Most of the things that I learned about .NET, I learned when I was reviewing it to be able to train newbie devs. So yes, speaking on software helps a whole lot.

Jon Limjap
A: 

Yes. If you get feedback (eg, blog comments), then doubly so. Others will invariably think of something that you didn't, but may never have had the chance to tell you if you didn't speak up first.

Jarett