Convince teammates to follow standards

Posted by folone on Stack Overflow See other posts from Stack Overflow or by folone
Published on 2010-05-26T13:16:52Z Indexed on 2010/05/26 13:21 UTC
Read the original article Hit count: 216

There's always one or two guys, who think, they are great programmers, and they don't need any literature/specifications/etc. They usually write awful code, that makes you want to hurt them. They catch and suppress Throwable's, return null's, concatenate String's in large loops, do other stupid stuff.

So the question is — How do I make such a person follow best practices and specifications? He does not listen (cause he's the best programmer), team lead does not give a damn ("It actually works, so why changing it?.."), and I'm actually tired of rewriting that awful code on my own. What do I do? What would you do?

© Stack Overflow or respective owner

Related posts about subjective

Related posts about language-agnostic