How to solve conflicts with another programmer..

Posted by Tio on Programmers See other posts from Programmers or by Tio
Published on 2011-02-21T23:27:44Z Indexed on 2011/02/21 23:33 UTC
Read the original article Hit count: 285

Hi all..

I've read this question, but I think it doesn't really applies in my case..

I started to work at new company about 2 months ago with the position of senior web developer, there was already one programmer there, my position is above his, but I'm not his boss.. I don't tell him what to do..

Since the day I started to work at the company, I managed to implement a kind of a test server which he refuses to use, implemented a project management tool which he refuses to use also, and I'm in the process of implementing version control using mercurial ( damn Mercurial that's giving me so much headaches ), which he is going to use..

He is a nice guy, but just the other day we had a big discussion about "best practices", and "coding standards".. for me it's absolutely necessary to have this two things, at the place I'm currently working... otherwise it's not going to work..

This discussion, basically revolved about using short tags and the echo shortcut, and how we shouldn't use it anymore ( because I sometimes use short tags ).. this went for about 15 minutes, until I finally dropped the subject because I had work to do.. and of course he didn't budge even a millimeter, he's continuing to use short tags, and the echo shortcut and he not even cares about what I think..

When I mentioned that we are a team, he told me: "We are not a team, you work on your projects and I work on mine"..

Let's just say, that the switch in my brain flipped, I raised my voice, and I told him that he was going nuts.. this was the most improper way to deal it with, I know, but there are certain things that can't be said to me..

The question here, is how do I deal with this?

I want, to implement more changes on our work workflow, and I know that it's going to be a pain, with him always complaining and saying things like this..

Our boss is going to intervene in a few days, I talked to him today, the other programmer send him an email the day we had the discussion complaining..

Just to clarify, when I talk about implementing changes, I just don't appear at work, the next day with a sheet of paper, and say: "This is our we are doing things from now on! And there is no discussion.."

For example, when I was trying to implement the project management tool, I took the time to talk to everybody that was going to be involved in it, to see what they think about it.. everyone was positive except him, he responded that it was just a mean to control us even more..

Does anyone has any idea on how to deal with this?

PS: Truth to be told, I didn't start the best way with him, in the 4º day of work at the company, I found a really bad piece of code on our custom CMS, one of those things that I only expect to find in code produced by a programmer that has only 1 month of training in programming, and I talked to my boss about it... he showed up at the time I saw that piece of code, he saw my face and asked about it, so I told him.. I know the worst thing that can be said to a programmer is saying that their code is awful, but I've already learned that my code isn't the best of the world, so I take criticism in a completely different way now.. maybe he doesn't..

© Programmers or respective owner

Related posts about work-environment

Related posts about co-workers