vote up 4 vote down star
2

The UK authorities created a "5-a-day" campaign to make us all healthier by eating more fruit and vegetables.

Is there an equivalent list of 5 things that we should do every day to make us better programmers? Or a single thing that we should do 5 times a day?

flag
In Denmark it's 6-a-day :( – cwap Jun 24 at 13:50

closed as not a real question by Sinan Ünür, shoosh, Steven A. Lowe, Dave Webb, Andrew Hare Jun 24 at 13:53

11 Answers

vote up 2 vote down
  1. Write Code
  2. Test Code
  3. Release Code
  4. ???
  5. Profit
link|flag
vote up 0 vote down
  • 10: (Hack,
  • Drink a lovely cool beer){5,10}
  • Sleep
  • (Scream in horror at drunken coding, but wonder how it somehow works | Debug)
  • Goto 10
link|flag
Ahhh the Ballmer Peak... Brilliant! – LFSR Consulting Jun 24 at 13:53
vote up 2 vote down
  1. Learn something
  2. Teach something
  3. Imagine something
  4. Create something
  5. Fix something

6. If you figure out how to do all of that in one day, please tell me how.

link|flag
I find it very difficult not to do all of that in one day. Every day, I learn a new way to make my work better - otherwise I'm useless. I explain what I'm doing to a co-worker. I dream up an awesome, infeasible solution to a problem. I make a practical solution to said problem. Finally, I fix the bugs that no doubt crop up in said solution, because I've never done it before. Then I go home and do the whole thing again, except this time it's nothing to do with code. – Samir Talwar Jun 24 at 13:58
vote up 0 vote down
DAY 1 : Read questions & Answers  in Stack Overflow 

DAY 2 : Answer Some of Questions

DAY 3 : Ask questions 

Day 4 : Earn Badges 

Day 5 : Create a New Tag

Day 6 : Become Editor ( for Denmark )
link|flag
vote up 3 vote down

I tell people here that we spend x% on production support and y% on development, and x + y should total around 90.

Then there's the 10% that we never tell anyone about, that involves refactoring and low-level maintenance, that you'd never be able to explain to a non-programmer -- so you don't; you just do it.

Do a little of the 10% every day.

link|flag
vote up 0 vote down

Try to ask a question on StackOverflow - it's harder than it looks to ask a good one that won't get wrong answers or be closed.

A corollary to Mr. Matt's answer.

link|flag
vote up 0 vote down

Read Hacker News - Often interesting, sometimes important stuff. Food for Geeks.

link|flag
2  
+1 you mean slashdot? :D – harshath.jr Jun 24 at 13:47
vote up 1 vote down
  • Check out
  • Create
  • Test
  • Refactor
  • Check in
link|flag
1  
I think "Test" should come right after "Check out" and again just before "Check in" – eJames Jun 24 at 13:45
@eJames - yeah but that wouldn't count to 5 :) – ocdecio Jun 24 at 13:48
You could drop Create, and your count would be right again. – JasonFruit Jun 24 at 13:56
vote up 0 vote down

Try to ask a question on StackOverflow - keeps you humble, and learning.

link|flag
Most of the time it just makes you lazy. – Armandas Jun 24 at 13:46
2  
@Armandas: Nothing is going to make a lazy person not lazy. Knowing WHEN to ask a question is a skill. I don't think asking questions here makes you lazy - it just highlights lazy people by the quality of their questions. – Jeff Yates Jun 24 at 13:53
vote up 2 vote down

Fully document at least one method.

link|flag
vote up 15 vote down

Try to answer a question on StackOverflow - especially one that is difficult or requires a little research to answer effectively.

Maybe more generally: Try to answer a difficult programming question.

link|flag
To which I would add "try to answer a question on your favorite UseNet group". – Sinan Ünür Jun 24 at 13:43

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