vote up 69 vote down star
80

I guess that many of you have read 7 habits of highly effective people. They're great, but still too general.

Can you suggest some good habits of a highly effective programmer? The habits that make you more productive in work? Faster in learning?

flag
40  
how could you link to something that uses the word synergize? :( – Zeus Apr 30 at 13:09
8  
"Synergize" is commonly regarded as an "industry buzzword" with little practical meaning/usefulness, so using (or advocating the ability to synergize) detracts credibility as an implied byproduct of too much marketing-speak. – Andrew Coleson Apr 30 at 18:35
6  
"Synergize" did become an "industry buzzword", but it does have meaning. it's a 1+1=3 kind of thing. I tell you my idea, you expand on it, which sparks ideas with me, which sparks ideas with you, etc... at the end of the day we're both better off for cooperating. I hate buzz words too, but don't let it blind you to it's value. – John MacIntyre May 12 at 23:57
5  
How does this have a bounty? It's not like there is a correct answer. – Zifre May 14 at 20:33
show 4 more comments

92 Answers

1 2 3 4 next
vote up 139 vote down check

Don't be satisfied with an apparent fix; full understanding is the standard.

link|flag
7  
Absolutely, if you can't explain it or don't understand what caused it and where in the code, you didn't fix it! – torial May 2 at 2:30
show 6 more comments
vote up 0 vote down

DON'T BUILD PROTOTYPES!

Sorry for shouting that out but I can't stress that enough.

Reason: the prototypes usually become the real product.

When you code don't take shortcuts thinking - "this is just a prototype, it'll never be used in the 'real world'" - hehe... year right! You'll regret it later. Or more like, someone else will be cursing at your code in the future! The joke is, that person might be you several years later when you have forgotten what you wrote. :)

link|flag
vote up 0 vote down

Going to bed early?

link|flag
vote up 0 vote down
  1. The simplest solution that works is usually the correct solution.
  2. Never stop learning and reflecting on what you do and how you work.
  3. Use the best tools you can get hold of and know them inside out.
  4. Keep a personal task list and review it daily.
  5. Measure then optimise: premature optimisation is evil.
  6. Be lazy, automate repetitive tasks.
link|flag
vote up 0 vote down

Take back control over your time and your tasks to maximize your efforts. I'm just starting with the Pomodoro Techique upon the suggestions of my friends at our XP User Group.

link|flag
vote up 0 vote down

Don't give up.

link|flag
vote up 0 vote down

Attaining this requires a lot of willpower, but works fine and does wonders:

  1. Take the last half hour of your work day to plan the next day

  2. When making the list of what you want to do, put the most complex thing first in a big block

  3. Next day, do that first even before checking email and stuff

  4. Come mid-day, do your mail and usual office chit chat

  5. Do another 2 stretches of work on smaller items

  6. Final mail run

  7. Plan next day...

The strongest part is actually closing your email, im, news reader and social site while working, and opening it just for the time you are going to focus on it. If you can work on your own machine and don't need the internet connection, the simplest way of achieving that is to just unplug the network cable / turn off the wifi. Works wonders! :)

link|flag
show 2 more comments
vote up 0 vote down

I have seen real good programmers. Most of them have following habits/traits -

1.) Learn more than 2 programming languages - e.g. 1 structural (C), on OO (C++/Java), one dynamic language quick but powerful e.g. Perl, Bash, Python, which enables to do them tasks around their main project task.

2.)They Are really good in understanding others code. They almost dive into any unknown code and figure it out to a point where they can use it,change it,re-write it.

3.) Consider no work as small/trivial. Do every activity with equal seriousness and thoughtfullness.

4.)Have a very large working memory, which enables them to keep many things which they are new to, or dont know in thei 'working memory' so that they can apply those things more and more, and in the process they get it clearly understood or they can find a reference to these concepts in some other place from which they understand it.

5.) Tremendous confidence in their abilities which enables them to take up any unknown task, difficult task and yet they can apply their knowledge and skills and deliver in it.

-AD.

link|flag
vote up 0 vote down

Doubt your own solution. Try to find a better one.

link|flag
vote up 0 vote down

Always be up to date. Follow blogs, read websites..

link|flag
vote up 0 vote down

Cope with procrastination, roll up your sleeves, and do the job.

link|flag
vote up 0 vote down

Planning and preparation is always a good start on the road of being a good programmer. You need to be able to block out the distractions that are all over the internet and modern life, stuff like youtube, gaming, IM etc. Then you have to know what it is you want to achieve and work out how you are going to do it, oh and finally plan in some breaks too ;-)

link|flag
vote up 0 vote down

I cant said for myself That I am programmer with good habits or that I am good programer at all.But thing that always help me is sabr (patience), things cant happened over the night , And I sometime say to myself easy and slowly just do the thing as its going to be best, and does you remember how looks liked "win 3.1" when its cammed out and what we got now.

link|flag
vote up 0 vote down

be adaptive to changes, and understand things really well.

link|flag
vote up 1 vote down

I think we should focus on the simple things since being simple is beautiful. We should focus on managing our tasks, sleeping 8 hours a day, exercising, not multitasking, writing unit tests, automated builds, learning to use new tools, reading articles, writing blog posts, working on a side project, taking part in discussion boards and forums.

These are all simple things that most of you already do!

The main point is do what makes you happy! If C# is not for you try Ruby!

In the end the more comfortable you are with your life the more effective you are as a programmer.

link|flag
vote up 0 vote down

I found one Kent Beck’s idea from his Implementation patterns book really useful (does this mean I am highly effective programmer?), to paraphrase it: “Think in term of patterns for every single line that you write”

He is not talking here about GOF or Design Patterns. These patterns are on a lot lower level. As I understand it, it’s like having a bunch of code snippets in your head. If you analyze the OO code you write, it mostly gets down to delegation, iteration, inheritance.

link|flag
vote up 0 vote down

Its definitely the ability to concur the fear of change.

From time to time a programmer faces the dilemma of rewriting code against patching. Patching is good for the short term goal of finishing the next feature quickly. Rewriting is good for the long term maintainability of the software which is obviously more important but less urgent.

Most programmers will fear the change which may leave their code in an unsteady state for a couple of days (the scariest thing for a programmer). The best will delve into the change without fear and end up with code which is not patched but written cleanly as if its the first version of the code. These ones are more effective for the long run, and the ones you want to employ or work with.

link|flag
vote up 0 vote down

Understand the technology you implent solutions on top of.

link|flag
vote up 0 vote down

Have a moan with colleagues about how as developers were always going against the grain when trying to get things done!

link|flag
vote up 0 vote down

Keep code simple. Simple "ain't" easy.

Amateur code can often be identified by modules at all levels (including libraries, classes, methods, etc.) that try to do too many things. Ultimately a single task is enough, but there is room for some elaboration. When additional tasks for a module are discovered they should be refactored out into new modules. This is often scary or tedious (depending on how confident the programmer is) and so it is sometimes avoided.

Deep nesting is another indication of overly complicated code. Some advocate using no more than one level of nesting. The important thing though is to examine why the nesting was introduced in the first place. It probably indicates multiple tasks depending on various conditions. Factor out those tasks to separate modules.

The very difficult task of taking already complicated code and simplifying it leads to code that is less likely to have bugs, but more importantly to be far more maintainable. Future modifications to that code are much less likely to cause side effects. (Don't get me started on purposely using side effects :)

This quote from the link sums it up.

"It’s not about making the computer do the right thing. That’s easy. The hard part is helping humans understand what is happening."

link|flag
vote up 0 vote down

Get the Source Control Religion - Having the flexibility to completely trash the code to try and idea and be able to get it back in a couple of seconds to something that works allows you to try wild ideas and not to care if they don't work.

I know developers doing "Professional Development" (mostly that they are being paid to program) whose teams don't use any version control. Ever.

It doesn't matter if you use git, mercurial, bitkeeper, Perforce, or whatever. Just do it!

link|flag
vote up 0 vote down

Good ole hard work.. like everything in life.

link|flag
vote up -1 vote down

Eating directly before your PC.

link|flag
vote up 0 vote down

A highly effective programmer is one that programs the least amount possible. I call him the lazy programmer. The lazy programmer spends more time researching and designing to maximize code reuse and extensibility. The lazy programmer isn't compelled to go reinvent new code if there is something else that will fulfill the need.

I've seen time and time again where projects are only concerned about the here and now without concern about the consequences of design choices and flaws. The lazy programmer looks to the future to solve problems today, so that he doesn't have to revisit them later.

link|flag
vote up 1 vote down

DRY - Don't Repeat Yourself. Make it a habit to never easyily accept duplication in any form: - writing the same code twice - performing the same manual installation steps again and again - making documentation by copying the same content to several locations - stepping through pages of QA protocols before every release

This principle first of all does not make you lazy - though this can happen :-) - but helps you to focus on automation, simplicity, consistency. Sometimes you are forced to enlargen your toolbox, which is good either.

link|flag
vote up 4 vote down

One thing at a time. Multitasking kills productivity. Seriously.

link|flag
vote up 4 vote down

Keep a daily todo list and leave a little and easy task as a "hook" for tomorrow (and maybe for after-lunch), to ease yourself getting back into the programming flow.

link|flag
vote up 1 vote down

From the wall of a corporate building in Zurich:

  1. Do One Thing at a Time
  2. Know the Problem
  3. Learn to Listen
  4. Learn to Ask Questions
  5. Distinguish Sense from Nonsense
  6. Accept Change as Inevitable
  7. Admit Mistakes
  8. Say It Simple
  9. Be Calm
  10. Smile

I used PowerPoint to create an image from that. It's not my desktop wallpaper.

link|flag
show 2 more comments
vote up 1 vote down

The best advice is probably

  • Think things over before doing them.

This includes not jumping straight into coding, talking things over with your colleagues (they may know stuff you don't - algorithms, libraries and stuff), consider if massaging the data you have a little may make your code much simpler. etc.

Then some runner-ups:

  • Be conservative!

Don't use the framework of the week because it does something in a new interesting/fun/challenging way, because then every project will have its own framework which nobody really knows and nobody WANTS to know. Keep it simple, it pays.

  • Be predictable!

Decide on a coding convention and use it. We have Eclipse fixing imports and formatting the source on every save -> everything is always correctly indented and formatted. Saves time for the maintainers since things look the same everywhere.

  • No warnings!

The code should be clean and compile without errors and warnings. This gets rid of a lot of pesky problems usually showing up in late night hours. This naturally only works if the warnings were not just suppressed but actually fixed :)

  • Keep statements on a single line. No breaks.

This actually has more to it than it seems. One is that nested if's gets to get refactored into methods. Another that a lot of helper variables are necessary, and these can be given meaningful names. The third is that I personally think it is nicer to read and easier to understand.

But this is for coding, not for habits. Personally I hear music while coding, and have a quiet office otherwise. I can only strongly recommend:

  • Have a quiet working space

This is much more important than many think. Noise stress you...

link|flag
vote up 1 vote down

Keep it simple ;)

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

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