How to deal with different programming styles in a team?
Posted
by
user3287
on Programmers
See other posts from Programmers
or by user3287
Published on 2011-11-13T04:00:33Z
Indexed on
2011/11/13
10:08 UTC
Read the original article
Hit count: 391
coding-style
|coding-standards
We have a small dev team (only 3 developers) and we recently got a new team member. While he is a smart coder, his coding style is completely different from ours. Our existing code base contains mostly readable, clean and maintainable code, but the new team member is quickly changing many files, introducing ugly hacks and shortcuts, using defines all over the place, adding functions in the wrong places, etc.
My question is if others have experienced such a situation before, and if anyone has tips on how to talk to him.
© Programmers or respective owner