vote up 25 vote down star
21

It's actually two questions in one:

  • What is the right attitude for a programmer?

  • How do you (or would you) look for one when interviewing or during hiring process?

Please note this question is not about personality or traits of a candidate, it is about their attitude towards what they do for living. This is also not about reverse of programmers pet peeves.

The question has been made community wiki, since I am interested in a good answer rather than reputation. I disagree that the question is purely subjective and just a matter of opinion: clearly some attitudes make a better programmer than others. Consecutively, there might quite possibly exist an attitude that is common to the most of the better programmers.


Update:

After some deliberation I came up with the following attitude measurement scales:

  • identifies themselves with the job ↔ fully detached

  • perceives code as a collection of concepts ↔ sees code as a sequence of steps

  • thinks of creating software as an art ↔ takes 100% rational approach to design and development

Answers that include some sort of a comment on the appropriateness of these scales are greatly appreciated.


Definition of "attitude": a complex mental state involving beliefs and feelings and values and dispositions to act in certain ways; "he had the attitude that work was fun"

The question came as a result of some reflection on the top voted answer to "How do you ensure code quality?" here on Stack Overflow.

flag
1  
+1: This is a thoughtful question and can be extremely valuable. However, in the future, DO NOT wiki questions like. DO NOT wiki any questions at all. Reputation on this site is a pissing contest, and users pressure others to wiki questions to get ahead -- you should not condone this attitude. – Juliet Mar 27 at 18:01
show 11 more comments

38 Answers

1 2 next
vote up 34 vote down check

In general:

  • Involvement in open source or coding projects outside of work
  • Passion for what he/she is doing, if they get excited when talking about a project they have done in the past
  • Ability to recognize patterns, if you can present them with a simple problem and they can solve it in a sensible way
link|flag
1  
No doubt, weed out the people who are just doing it to earn a paycheck and would never discuss programming outside of work. Not saying that those people are horrible, its just that the passionate ones always seem to put more time and effort into it. – Allen Feb 23 at 16:53
6  
Too many people confuse "willingness to work overtime" with "passion." Just a caution. Don't let that person be you. – Sarah Mei Feb 24 at 4:59
3  
So because I like to have a work/life balance and spend time with my family outside of work - leaving no time for outside-of-work projects - that makes me a bad hire? – Valerion Feb 24 at 12:59
1  
+1 Involvement in open source or coding projects outside of work. I count this more than any degree or certification when I see a resume. – billb Mar 23 at 14:29
3  
But I know several very good programmers with very good attitudes who don't code outside of work. They have other interests that keep them busy. But someone would be very foolish indeed not to consider them because they weren't doing some kind of outside project. – Beska Mar 26 at 20:13
show 6 more comments
vote up 1 vote down
  • What is the right attitude for a programmer?

Can-do, admit mistakes and reasonable.

  • How do you (or would you) look for one when interviewing or during hiring process?

Love the job with relevant experiences.

link|flag
vote up 2 vote down

Unless you have a specific personality requirement for your team, I don't think you can judge any programmer's proficiency by their personality or attitude.

Most programmers are optimists, it takes a good sense of humor and an ability to see the bright side of things in a world where anything is possible and anything can go wrong.

Positivity is good. But there is no right attitude. Some programmers code in dark closets wearing headphones and never have to talk to people for weeks.

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

I see in the answer "right attitude", I think that is subjective, because that depends on what they are looking for. I normally try to find out some information about the company and they objectives, that can help you to do a perfil of what they are looking for.

link|flag
vote up 0 vote down

We ask 'What sort of computers do you have at home?'. The answer should be long and involved. I should note that we develop on a lot of different platforms and that people use many different platforms at home is a key indicator of the competencies for which we're looking.

link|flag
show 3 more comments
vote up 4 vote down

Well, here's what I said in response to What are the traits that you look for in a software developer?

The short form:

  • Attitude = honesty. If I can't count on your ability to tell the truth (self-critical, etc.), what can I count on?
  • What do I look for? = Who will you be in three years? We routinely keep people around for that long and that's an eternity when it comes to individual technical skills. If you have the ability to retrain, re-task or re-invent yourself, I don't really care if you know the tech flavor of the week.
link|flag
vote up 16 vote down

I would look for someone who would challenge me when I make an obvious mistake, but not be a complete jerk to work with. I guess that would be called Confidence without Arrogance. Software development is no place for yes-men.

Aside form that, somebody who has the technical skills and does not appear burnt out or irredeemably contaminated by office politics.

link|flag
vote up 16 vote down

I find that people who take pride in their work are better developers. They will take the time to get it right, and respond to constructive criticism appropriately.

Obviously, you want someone that is passionate about programming and not just doing it to earn a paycheck as well

link|flag
vote up 3 vote down

See What’s your favorite “programmer ignorance” pet peeve? for a list of things that you want people to not be. The inverse of that list is approximately what you want people to be.

link|flag
vote up 16 vote down
  • Coding as a passion
  • Problem solving as a passion
  • Desire/ability to constantly learn

People with the above traits generally make the best coders. People you want to avoid:

  • Learned a few things well and don't want to learn anything new
  • Only interested in coding and not in the problem domain
  • An unbelievable resume but don't grasp common design principles
link|flag
show 1 more comment
vote up 4 vote down

Hates PHP but uses it when appropriate.

link|flag
show 1 more comment
vote up 3 vote down

Beauty is in the eye of the beholder.

"Right attitude" either means fitting in well with the company platform, goals, and people, and being excited about the work, projects and company direction.

Or, "right attitude" means really wanting to be where the company is going, having the brains and talent, but maybe not everything on the technology list.

For me, "right attitude" generally never means someone so good in what they know, and so confident in it, that there is little room for compromise.

link|flag
vote up 27 vote down

Number 1 with a bullet: The candidate has realized that learning is a life-long pursuit and they've chosen software development as the thing they're going to learn.

link|flag
vote up 0 vote down

For me, the most important thing is passion. I don't hire people who don't program in their spare time as a hobby.

Edited to add: this is not an exclusive list. I also count "not a douche" as an important thing in a hire.

Additionally, I agree that there are amazing programmers who do not program on their own time, but it's a strong enough indicator of passion that I'm willing to risk not hiring a great programmer who doesn't code in return for a great programmer who does.

link|flag
1  
IMHO, programmers who write code in off-time are some of the best programmers in the industry... You have to live, breathe, eat and shi.. Well, you have to spend a lot of time in a compiler to be really good at what you do. – LarryF Mar 26 at 1:24
show 14 more comments
vote up 16 vote down

Smart and Gets Things Done

link|flag
2  
Also noteworthy is Steve Yegge's "Done and Get Things Smart" steve-yegge.blogspot.com/2008/06/… – Spoike Mar 23 at 14:38
vote up 1 vote down

The attitude of "what can I do to solve the problem" instead of "who could be so nice to do everything for me while I'm having coffee".

link|flag
vote up 1 vote down

Number one for me is passion for coding and technology. In my team (some of whom I've hired) this is the one thing that all the programmers have in common whilst there is a diversity of actual skills. This presents me with an environment where I can match work to skills fairly easily and be confident that each programmer will get stuck in straight away and will stick out difficult problems to the end.

A solutions based attitude is also really important where the programmers will have to solve business problems as well as churning out code. I have asked "non technical" problem questions in interviews to get an insight into how people solve problems and just watching how people respond to these types of questions gives you a good insight into how they will react in the "real world". If they ask a few (up to about 5 or so) pertinent questions and then sketch out their solution and deliver it back to you within a reasonable period of time it's a good indicator of a problem solving mindset as well as attitude and passion. It also gives you good clues on how they will perform in the job (in my place they need to be able to solve problems, write code & talk confidently to the business).

So, to answer the question: Passion for coding & technology and a solutions based mindset.

link|flag
vote up 3 vote down

I think one should be careful when speculating about these matters.

I have only recently realised my own career desires fully. I have only just evolved a plan for putting them into action that I think stands a chance of succeeding.

The plan and career choice are nothing to do with software development.

I'm still a competent and valued member of my current organisation and just because I know my future lies elsewhere does not mean that I don't appreciate what my employers have done for me.

I like my workplace, am dedicated to my employers and produce good code. I came in on a pre-booked holiday to fix a glitch because leaving them with workarounds was unacceptable to me. I didn't begrudge the service, even though I took an hour out of my day and the problem was fixed in six minutes (I am the sole developer here).

Attitude while many employers might be worried that I don't consider myself a developer, just someone who could develop until he discovered what he wanted to do. I have known extremely enthusiastic and dedicated professionals, however, who do not provide anything like my service level.

Regardless of what job I am doing I have an attitude to work, what is generally called a "work ethic". I think that this is the level at which you should gauge a potential candidate. Not in some more granular aspect of specific job enthusiasm.

Someone might well love coding, they might just think you and your organisation suck, or they may think their personal projects are more important than the ones you give them, they may be well meaning but essentially have problems with communication or perspective. None of the suggestions I see here allow for someone who is technically competent with a passion for computing who nevertheless has a "work ethic" that is not compatible with your organisation.

I'm a service oriented employee. I perceive myself as offering an essential contracted service to my employers and it's a point of personal pride that I deliver that service and maybe a little more to the contracted level regardless of circumstance.

I imagine there are thousands of more skilled and experienced programmers with a much deeper love for software development than me. Despite this I am still motivated but by my own sense of identity, not by any abstract love of my discipline.

Finding someone who takes pride in their work regardless of what that work may be should, IMHO be the number one priority of any employer.

link|flag
show 3 more comments
vote up 3 vote down

I like Eric Sink's post saying he wants developers not programmers

link|flag
vote up 0 vote down
  1. Exudes passion for the topic
  2. Demonstrates passion with examples etc.
link|flag
vote up 0 vote down

Passion. I like to hire people who are passionate about the things that they do.

link|flag
vote up 2 vote down

Done and Gets things Smart

link|flag
vote up 8 vote down

My boss always says: "Hire for fit, train for skills". What you have to keep in mind is the fit with your current team. Look at them, find what they have in common, what is missing. Learning a new API isn't a big deal for someone with motivation.

The scales you propose are interesting to evaluate your people but they won't tell you which one is better than the other. In the end, different types of problems requires different kind of people. Build your team with diversity, without having people on the extreme (to avoid personality conflicts).

Always look for passion, don't be afraid to ask non-work related questions. Especially if the candidate has a blog in which you identified some particular interests. An exemple, in my own interview, we talked for 15 minutes about Batman vs. Spider-man, obviously this didn't have much to do with the job I was appling for, but sure was useful to test my personality vs. my futur team.

Having a good RH on board will help you identify "healthy attitude" programmer (or someone who will look at the attitude while someone else focus on the technical side). Stay away from big ego and depressed programmer.

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

Why wouldn't the answer to this be the same for any job where the manager wanted to hire a good worker?

link|flag
1  
Good question. On the surface it might appear that working in a factory requires a different set of attitude values. But then some manufacturers like Toyota quite value attitudes similar to described above. – Totophil Mar 30 at 9:18
vote up 4 vote down

1. About attitude The thing with attitudes is that it can change over time. But I think the most important attitudes I look for in a co-worker is curiosty and wanting to become better at what they do.

2. About what I look for in interviews Personally I look for passion for coding when I interview. It don't need to be fullblow passion but a hint. And with passion I mean showing an effort to learn more becomming better at what they do, a tell tale is that the have hobbies including coding. I also look for crossfunctionallty not beeing afraid to step in and do work in other areas.

link|flag
vote up 1 vote down

Well, there are already 26 answers to this, so mine may not be seen at all. But, before I became a developer, I managed a support team, and later a Quality Assurance team. One of the things I could not STAND to hear from a developer is "You want what? No.. We can't do that..."..

IMHO, the developer is the CREATOR, so there is no such thing as "can't". A developer can do ANYTHING.. They are the creator! Now, some things might cost more money, take longer, etc, but NOTHING IS IMPOSSIBLE when it comes to software development.

If I were looking for a developer, perhaps I would present him with a VERY difficult situation, and see how they respond to it. Is it a "Oh, that can't be done...", or a "Well, it can be done.. Nothing is impossible, but it might take a long time, and impact the overall schedule of the project. If it's cleared by management, then sure, I'd do [this]..." Listen to his/her answer, to find out of it's real, or just an answer given to sound good during the interview...

IMHO....

link|flag
show 4 more comments
vote up 1 vote down
  1. Team player: Companies don't need individuals to write code they need teams with many people and a team that doesn't get along won't communicate effectively and will write code riddled with errors and bugs.
  2. Goal Oriented: An employee with the goal in mind works to archive that goal where as others don't see the goal and typically waste time and slack off.
  3. Portfolio: People with an extensive portfolio of software they have developed in the past are more likely to enjoy there job, the more personal or privately developed software the better.

Someone who identifies with the job is excellent manager material but if your looking for a person to write code you might want someone in between. - Code is a logical series of steps which embodies a theory or concept. - There is room for art in coding but a program is should above all be logical and efficient.

link|flag
vote up 5 vote down

The right attitude for a programmer is one where:

  • you realize that there isn't a silver bullet language or tool

  • you look for the answer yourself before you ask someone else

  • you understand that it may be cool to be buzzword compliant, sometimes things need to be quick and dirty

  • you understand the concept of necessary complexity

  • you try to hear out the business owner's problem before you start figuring out the solution

link|flag
vote up 0 vote down

Ask him "what is the biggest programming mistake you've ever made?". Most of the times this will expose "hidden" aspects of the candidate's personality. Look for the good stuff :)

link|flag
vote up 2 vote down

I think you want someone who is a little cocky, but openly knows and admits they suck.

Generally the people with this attitude are great programmers, they know the fundamentals, but they know there is always room for improvement because they have the experience which has taught them that.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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