vote up 32 vote down star
11

There is a colleague who seriously knows his stuff, he is one of the brightest I've ever worked with, but he:

  • works in his own little area of his home directory rather than in the common CVS repository
  • doesn't document his code
  • doesn't comment his code, e.g. 3,500 SLOC of C with no comments and no blank lines to break things up
  • often overcomplicates things, e.g. uses three shell scripts that call one another to do the work that one simple shell script could do.

Maybe this possibly is one of those people who thinks "if I'm the only person who knows this, they can't get rid of me"?

Any suggestions on what to do?

BTW Management knows about the situation and are trying to change things.

cheers,

Rob

flag
show 6 more comments

44 Answers

1 2 next
vote up 96 vote down check

In my opinion somebody doing such stupid things as you have described above can't be a star developer! To me it seems like he intentionally makes things more complicated as they are, so that nobody else than himself can maintain the code. This makes himself more important than he really is! Talk to him. He has to change it! If he doesn't, replace him with a real star-developer!

I promise you, in even half a year he will not know how his own code works! Fire him and you can save a lot of time and money.

link|flag
show 6 more comments
vote up 43 vote down

The CVS part is easy - an "accidental" hard drive failure will teach him a lesson for a life (make sure you have a backup though so you won't actually lose code)

link|flag
1  
@DrJokepu: My point exactly, this question states three issues with the developer in question with absolutly no indication of how any of them have been addressed already. If they haven't then its there's no debate. He could easily turn around and say. "Sorry, I'll do from now on." – Robin Day Feb 10 at 15:37
2  
It happend. Nothing changed. Star developer blamed IT staff. It did not teach him anything – LicenseQ Feb 10 at 16:44
1  
He's not a star developer, then. He's just a smart ego maniac. – Richard Levasseur Feb 10 at 18:05
show 11 more comments
vote up 25 vote down

That sounds like a tough situation.

Personally, I would let him go. He may be a star developer, but he isn't a team player. And you need to have a cohesive team that can work together if you want to make a good product.

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

Trying to change things? What do you prefer, a poorly documented working piece of software or a well documented junk? Some people is capable of writing software that requires little to no comments, that is not a reliable indicator of quality.

I'm afraid you're going to lose a good developer.

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

It's very unlikely that management will get rid of him if he is really bright.

The whole project may be closed, of course, but there will be no use in CVS and documentation then, anyway.

No management will fire a good programmer only to hire a bad one.

Tell him that it will help him to get rid of management whenever he wants to.

What is he wants to change job? He can tell management: "OK, people, everything's just like you asked me: checked in, documented and under you control. I'm done with my part, I pack and leave".

link|flag
vote up 10 vote down

Talk to him?

If he really is a "star developer" he'll take note of what you say.

It may not change him overnight but it might be that he is just completely unaware that other people dont get it quite like he does.


Edit:

It's probably a bit late to change now, but more information is needed in working out a solution. It's impossible for anyone here to actually suggest letting the guy go based on these points alone. If you've been telling the guy every day for the last year that he needs to change or he's out of here, then you can let him go. However, I see no evidence of that.

A brilliant developer can be taught to use source control, comment and document. If you spend the effort here then you truly will have a star developer.

link|flag
vote up 2 vote down

Code documentation is over-rated. CVS training is easy.

A good class should reveal its purpose through its methods and properties.

Documenting the model outside of the application is also easier to flow and comprehend.

I would bring it to his attention, if you can't get it resolved looks like you will be losing a star developer.

Edit: Oops - used CSV instead of CVS, to many imports and i use svn heh.

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

Can the team be successful with out him? If so push the issue and refuse to accept any code that isn’t properly documented or doesn’t meet other standards. Hopefully this will get the point across but it might just make him angry and cause him to quit. If the team can’t be successful with out him then you’re out of luck until you can train a replacement up to his skill level which may not be worth the time and effort.

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

+1 to ocdecio - if he is a star developer, then his code should be based on such a high-quality design that it documents itself.

Having said that, the frustration could be that although he's excellent in technically-demanding areas which are interesting to him, he doesn't muck-in with the delivery of features - only you will know whether this is a problem for your organisation.

Having a "guru" available can be an absolute life-saver - or at least it used to be, or has StackOverflow made that role redundant?

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

Failing to document is a (very bad) way to ensure job security.

You can do several things to counter this:

  • add documentation as a requirement for the personal performance reviews.
  • don't accept software that isn't documented.
  • have a word with the developer and find out why he doesn't document.
  • Buy a cool documentation tool.
link|flag
vote up 7 vote down

There's more to being a star developer than just being an excellent programmer. If he doesn't have team skills and is purposefully ignoring team standards it needs to be brought up to him. If he refuses to adhere to them after talking with management, perhaps he's not the right fit for your company.

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

Don't let the code be released until it has passed code review and only allow it to pass if there are enough comments and/or documentation for the code which he has written for the current feature/project.

Edit Bring it up in his appraisal. Documentation / commenting code can be given to him for his "Areas of improvement".

:-)

link|flag
vote up 2 vote down

You could also add automated quality checks that would prevent him checking-in his code until it was sufficiently documented.

That is if you can persuade him to check-in in the first place! (Which is ESSENTIAL, imo)

link|flag
vote up 6 vote down

If he really is that bright and you cannot change his ways, nor do you want to lose him but you still want your code to be documented and commented then my suggestion would be to let a less experienced developer do the documenting and commenting for him. Personally if I were a star developer I would feel prettiy foolish if someone else was made to comment my code and I would start to do it myself eventually. In the meantime while that does not happen the less experienced developer may learn a thing or two.

link|flag
vote up 4 vote down

Is the guy really a rock star? Seriously? Think about it for a second. Is he smart, but doesn't get things done, or is he both smart and able to get things done?

Think about it really hard.

If he really is a rock star, then maybe you shouldn't mess with him. He's producing incredibly awesome things using his own process. Just because there's a different way of doing things that works best for you, doesn't mean that's going to enable him to produce his best work. Instead of trying to get him to bend to your process, which very well could kill all of his awesomeness, you should try and find a way to accommodate the way he works.

If he really is as good as you say, you shouldn't mind doing that. If it isn't worth the effort to do that, then he really isn't that good. In that case, you don't have a rock star, you just have a mediocre programmer that doesn't like to play be the rules. Those guys, you should just get rid of. A temperamental rock star is usually worth the pain, though, because of the quality of what he or she can produce. Those people, you should go to great lengths to keep.

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

"Hi Star Developer,

just a little informal heads-up to tell you that from next week, we'll be requiring documentation of code, and helpful commenting in the code - it's going to be company policy, and there'll be no exceptions"

From then on, you just deal with that failure the same as you would deal with a failure to turn up on time, a failure to stop goofing off during work, etc. Bottom line is if the boss says document, you document or you're not doing your job properly.

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

Offer bonuses to the other people who do stick to the best practice rules.

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

Play the bad cop/good cop sketch you have seen from the movies. Let the management be the bad cop and you be the good cop. Let the managament ask for over-kill documentation and per-minute ZIP backups of his work. But you offer him moderate documentation (by doxygen for example) and usual source control check-ins...

link|flag
vote up 8 vote down

Doesn't sound like much of a star programmer to me. All the good programmers know that code formatting and use of source control matters. Sounds like although he makes good progress by himself, he's obstructing the progress of the other team members, which might have a net negative effect on the work getting done. Talk to him, and if he refuses to change his practices, let him go.

link|flag
vote up 2 vote down

You cannot kill people for not doing what you've suggested there. He's just different.

if(developer.IsHuman()) { developer.IsUnique = true; }

I work with folks who write garbage (and call it code). I do that too. Sometimes. But, as you already feel, its annoying not to change bad habits when you know your work affects others. Try to persuade him more.

And, I don't think you can do much in this situation unless you're "The Manager".

link|flag
vote up 2 vote down

There's a lot of folks here on the "no comments, so what?" bandwagon here. Literate code without comments is perfectly possible, but just because someone is smart and doesn't comment doesn't necessarily mean that they are writing literate code.

So let's clarify. You already said he doesn't document his code at all, either in comments or separate documents, and he doesn't use any source control. How about:

  • Is his code understandable despite the lack of comments?
  • Does your team use any kind of issue tracking (e.g. FogBugz, Bugzilla, etc) which he participates in?
  • Is his code under test?
  • Is there anyone else on the team who actually is at least somewhat familiar with how his code works?
  • Is he willing to at least acknowledge that he could stand to make some changes in the way he works with the rest of the team?

If the answer to all of these questions is "no", you have a big problem. Just being smart doesn't necessarily make someone an asset. Do you have any guarantee that he won't leave your company tomorrow, or get hit by a bus? How screwed would you be if that happened? Is it worth the risk?

link|flag
vote up 0 vote down

Won't? If you've tried everything else, it might be time to remind him who signs his paycheque.

Seriously!

A star developer is no good to you 5 years down the road after he's been hit by a bus and someone else has to work on his code.

Doesn't use CVS? In a company I worked at we made fines for not checking in, three fines and you got fired. Your source code is your business, you lose your source code you lose business. Again, I would remind this guy that his paycheque depends on following company standards.

link|flag
vote up 2 vote down

I think this is pretty typical in any environment. How do you get someone to do what you want? This is exactly what "How to win friends and influence people" is all about. Dale Carnegie was not about manipulation, but managing people.

It sounds to me like he's just inexperienced and needs some experience and guidance.

Do you think you can sit down and talk to him about these issues? Telling someone they're doing something wrong often seems like the wrong thing to do (especially in today's western society where we don't want to hurt other people's feelings) but I think you can get very far by calmly and honestly explaining the issues and talking them through. It helps if the person respects you and your opinion, which is a whole other issue and is talked about in the book mentioned above. Make sure he understands that these are serious issues. Also, that in any future development jobs he'll be expected to do these things too so it's a good idea to practice them now.

I don't think waiting until the next performance review is a good idea. Piling up a bunch of negative feedback and delivering it all at once is just a bad idea and I really disliked it when that was done to me.

link|flag
show 1 more comment
vote up 1 vote down
  1. Get him to use automated execution-verification tools. (See my answer at "How to ask questions to an obsructionist?")

  2. If he overcomplicates and does not use SCC, he is not an excellent developer -- these things are important parts of software engineering.

  3. In the very unlikely event that he has some irreplaceable brilliance in areas like algorithms, assign him to work in that area, e.g., defining algorithms, and get a real programmer to do the coding.

  4. Use static analysis code to understand and clean up his code.

link|flag
vote up 1 vote down

Maybe try using a better version control system than CVS? It might encourage him... :)

link|flag
vote up 6 vote down

This question makes me nervous, because while the person you're describing sounds egregious, I can see a little bit of myself in him.

I think I'm a pretty good team player, and I'm lucky to be on a very good team. However, I do use methods that my colleagues don't understand, though I've tried pretty hard to explain them. There just is a pretty large experience gap, which is no reflection on any of us.

Documentation is a broad and tricky subject. I try to follow the DRY (don't repeat yourself) maxim. Documentation that is separate from the code can amount to repeating yourself, so it is liable to get out of date unless you slow yourself down to keep it up to date. My usual approach is to touch it up afterward.

Often the problem I'm working on is so tricky that I can advance plan and document all I want, but when it comes to the code I often discover that I was wrong and have to re-think it. So the idea that you can document stuff in advance, and just follow that, only works for pretty straightforward problems, it seems to me.

Anyway, I think this is an excellent question, and the answer is not at all simple.

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

If he is working like this, he is not a star developer - great software developers understand that maintainability is extremely important. You will probably pay dearly for this in the long run, I would be very direct with him about how serious this is and let him go if he can't start to adjust. I have seen this plenty of times before and it is a ticking time bomb.

To be perfectly honest, I have seen plenty of developers like this and, unless they are just out of school, they won't change. I say cut your lossless now, its only going to get harder to fire him as he continues to spew out more unmaintainable code :)

link|flag
vote up 1 vote down

Pair programming. Find hima pair that will "complete" him for requirements you just listed. You will solve a problem will source control, documentation, question every his action, etc. You also train other guy by using first guy strength

link|flag
vote up 0 vote down

From what you describe, this fellow is distinctly not a star developer. Programming is a team sport, and those who do not play well with others do not add much value to a project.

Personally, I might not remember code I wrote 6 months or more ago, and very much value a history of the changes in some sort of Source Control.

If you had regular code reviews with this guy I think you would see that he's not as stellar of a developer as you think he is.

link|flag
vote up 1 vote down

I agree with most people on this thread. One way to put him on the hot spot is to have Team Code Reviews.

For the first code review meeting choose code from a team member that is open and will accept the recommendations. The "star" developer will have the chance to see how the code review works and then you can schedule his code to be reviewed next. Give him some time to prepare for the next meeting and by then he should be at least commenting his code.

The intention of code reviews is not to put shame on people but rather to collaboratively identify issues and places for improvement, but it will be a good way to put the star developer on the hot seat.

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.