Dealing with inflexible programmers.

Posted by Singleton on Programmers See other posts from Programmers or by Singleton
Published on 2011-02-15T10:21:33Z Indexed on 2011/02/16 7:33 UTC
Read the original article Hit count: 241

Filed under:
|

Sometimes programmers who work on a project for long time get inflexible, and it becomes difficult to reason with them. Even if we do manage to convince them, they can be unlikely to implement our suggestions.

For instance, I recently joined a project where the build & release process is too complicated and has unnecessary roadblocks.

I suggested that we get rid of some of the development overhead (like filling a few spreadsheets) just by integrating defect management and version control tools (both are IBM-Rational tools so integration can be a very easy one-off effort). Also, if we use tools like Maven & Ant (the project involves Java and some COTS products) build & release can be simplified which should reduce manual errors & intervention.

I managed to convince others and I'm ready to put in the effort to develop a proof of concept. But the ‘Senior’ developer is not willing, possibly because the current process makes him more valuable.

How do we handle this situation without developing friction in the team?

© Programmers or respective owner

Related posts about development-process

Related posts about advice