Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Quick Story: I started a new job where everyone funneled their questions to 'the geek'. Being an experienced developer, I can do most of my assignments without consultation with the geek - thinks such as how to select the top 10 rows in a table.

Question: Is there a preferred way of handling these cases without offending the existing geek while ensuring the best solution gets implemented? My issue is the the existing geek is very young and makes a lot of mistakes, but still sounds authoritative because the other coders are just out of school and don't know better.

share|improve this question
Does the existing geek have clout,e.g. does the geek's parents run the company? – JB King Sep 23 '09 at 14:35
What is offending the existing geek and/or why is the existing geek taking offense? – ChrisW Sep 23 '09 at 14:35
1  
e.g. Dude write a stored procedure that takes 4 hours to run. I wrote a sql statement that did the same things in a fraction of the time. His complaint: I am redoing work that has been tested and thus isn't a team player, is a loner, etc. – ranja Sep 23 '09 at 14:38
2  
@ JB King Yes. The boss thinks he is the second smartest person in the company - after the boss. – ranja Sep 23 '09 at 14:40
1  
You may be interested in answers to that question: stackoverflow.com/questions/868301/… – mouviciel Sep 25 '09 at 9:05
show 2 more comments

closed as off topic by BK., Sathya, Bart, Lord Torgamus, Jakub Konecki Feb 7 '12 at 9:46

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

9 Answers

Invite him to the code review.

You don't want to offend him by going around him, but you should offer to get him involved in an appropriate manner. The code review is one such manner. I'm assuming his authority is informal and he's not actually the lead architect tasked with approving all designs.

share|improve this answer
If the "geek" and the other developers are that young what are the odds that the company actually does code reviews? – Jeremy Bade Sep 23 '09 at 14:49
3  
I wasn't assuming they do. Just start inviting people to review your code at the appropriate milestones and lead by example. – Jeremy Stein Sep 23 '09 at 14:59
1  
Code review? What code review :) – ranja Sep 23 '09 at 15:03
Trouble is with code review you are picking holes in his code.... This is not a good start! – Rippo Sep 23 '09 at 15:06
5  
I meant invite him to the code review for your own code. You're showing that you value his opinion, but you're treating him as a peer. You also value the opinions of the other invitees. You're implying that you expect to be invited to the review for his code. – Jeremy Stein Sep 23 '09 at 15:15

Just do your job. If your solutions are better then others will recognise this. If the existing geek objects then be prepared to back up your solutions with facts.

share|improve this answer
3  
Unfortunately, this doesn't always work. If you are not good at managing the perception created for you, it can be a very difficult thing for you to correct later. I have seen many folks being ridiculed until they left, only to have the people who stayed run with their ideas. – ranja Sep 23 '09 at 14:46

You shouldn't be too afraid of offending the geek.

The way I understand your question, you feel a need to point out when he gives bad advice. I can see how you're uncomfortable with this, but in the long run, you'll be more uncomfortable if you don't speak up. Just make sure you have your facts ready, so nobody can accuse you of jealousy.

If you want to be a diplomat and avoid unnecessary gripe, try to identify areas where he is actually strong (most know something well), and make sure you ask him for advice now and then. In time, this should give you some room for criticism.

share|improve this answer
Thanks, this is awesome advise. Someone also told me to ask him obvious things - just to show that I value his opinion. – ranja Sep 23 '09 at 14:44
1  
"point out when he gives bad advice" -- It might be less critical/condemning to just append further/better advice, instead of saying that the original advice is bad. – ChrisW Sep 23 '09 at 14:57

Challenge the geek to a Klingon Duel. use the remains to decorate your office.

share|improve this answer
1  
I did this once with a Geek, problem was he knew more Klingon Geek than me... left me with a hole in my head! :P – Rippo Sep 23 '09 at 15:05

Dude write a stored procedure that takes 4 hours to run. I wrote a sql statement that did the same things in a fraction of the time. His complaint: I am redoing work that has been tested and thus isn't a team player, is a loner, etc.

An answer then is to do what you're asked to do, and to change what you're asked to change.

I don't know the specifics of your business (priorities etc.), hower don't refactor things unecessarily.

If I'm team leader and I ask you to do something, I know there's a million things you could do, however I want/need you to do what I asked you to: so that that gets done, and there's less work left to do -- i.e. so that you're helping with the necessary/scheduled work. Similarly (depending on how much work it is to test/retest something) I might want you to avoid doing/changing anything extra: because your doing that would create more work (retesting), not less work.

share|improve this answer
4  
Optimizing something that takes 4 hours into something that takes seconds or minutes isn't "refactoring." It's "taking a broken thing and making it work." – mquander Sep 23 '09 at 14:54
However, the geek isn't the team leader. Yes, he has the loudest voice and is a know-it-all, but the team leader sit still when he talks and thinks whatever comes from the geek is the best solution possible. – ranja Sep 23 '09 at 14:56
I think I unintentionally embarrassed him by showing that something could be done better. Didn't mean to, but now I am dealing with one very disgruntled guy. – ranja Sep 23 '09 at 14:58
1  
mquander - We don't know that: maybe the stored procedure was run weekly; we don't know how much retesting was required, or what their business/project priorities were; and we don't know what the OP was supposed to be doing instead of what he did do. In any case, doing what you're told to do, i.e. being obedient and fitting in with the existing team, is a way to be a 'team player' and to 'avoid giving offense'. – ChrisW Sep 23 '09 at 15:02
I agree that some things are more important than others and that might not be the best use of his time; I just disagree that you could brush aside such an improvement with an admonishment like "it works, don't touch it." – mquander Sep 23 '09 at 15:07
show 2 more comments

Being on the other side of the fence and existing geek in my company. I sit with trepidation whenever we are interviewing someone new and highly talented, afraid that I will get shown up by the awsome intellect. That hasn't happened yet. I try to contribute to open source projects and there are people with so much knowledge that I often feel humbled. I consider myself not a team player if I fail to involve someone in the room in solving a problem or expressing an opinion, it is not their fault for being a loner. How was your interview experience with this company - was the geek in attendance ?

share|improve this answer

Let them grow up. Everybody was young once.

In some years, they might be "a real geek".

share|improve this answer

I would definitely try and get a weekly development meeting going. Invite all coders/designers/line managers etc. This way you can ALL vent your frustrations out. Keep a record of what needs doing. This way the team can move forward together as a unit. I found this to be very useful last time I was in employment.

Good luck

share|improve this answer

The important thing to remember is that you and this geek are far more similar than either of you would be comfortable admitting.

He just wants to protect his career, steady income sense of pride and self worth etc.

Try to keep things as factual as possible, it's always about the code, never the person and keep looking for other jobs because this doesn't always work ;-)

share|improve this answer