How do you handle poor quality code from team members? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T06:27:59Z http://stackoverflow.com/feeds/question/12745 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members 162 How do you handle poor quality code from team members? Cade 2008-08-15T21:04:16Z 2009-10-08T04:40:03Z <p>I know most people have code review and standards in place, but I work at a place with poor standards. I'm not saying that my code is flawless by any means, but I find the code my fellow members submit is totally lacking of structure, standards, naming convention, etc. Whole code blocks that have been replaced are still left commented out in the final product. I'm not going to get into the actual correctness of the code, but these issues make it virtually impossible to debug when my boss inevitably comes to me to fix my team members' problems before send out their app.. </p> <p>My question is this, how do you guys handle poor quality code from your team members? If you work in a less structured environment, how do you approach coders about improving the quality of their own code (or your boss to get him to implement some kind of standards/code review)? </p> <p>Thanks guys. </p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12750#12750 8 Answer by Campbell for How do you handle poor quality code from team members? Campbell 2008-08-15T21:06:50Z 2008-08-15T21:10:46Z <p>I tend to conduct a code review, from which I fill in a checklist.</p> <p>If it's purely a coding standards issue I will get them to review our standards document and then sort it out themselves.</p> <p>If it's a lack of understanding then I find a bit of mentoring goes a long way. I take them through a better approach to solving a problem and do my best to educate.</p> <p>In our place part of the development process is code review so code is not released to test without one.</p> <p>Sounds like in your place you don't have a process. Create a process then get people to stick to it. That should help improve quality across the board.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12753#12753 2 Answer by Zack Peterson for How do you handle poor quality code from team members? Zack Peterson 2008-08-15T21:08:08Z 2008-08-15T21:08:08Z <p>Try <a href="http://www.careerbuilder.com/" rel="nofollow" title="Araxis Merge">careerbuilder.com</a>.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12755#12755 185 Answer by Justin Standard for How do you handle poor quality code from team members? Justin Standard 2008-08-15T21:10:21Z 2008-12-05T08:50:58Z <p>Its unfortunate but you basically have two options available to you:</p> <ol> <li><p>Spend a lot of extra time and effort cultivating the adoption of standards and peer-mentoring you fellow employees to help them become better developers. In short, fundamentally change the culture of your development house. This will be a time consuming, exhausting, slow, and sometimes painful process.</p></li> <li><p><a href="http://beta.stackoverflow.com/questions/6067/finding-good-small-software-companies#6224" rel="nofollow">Find a new place to work</a> with better standards of code quality and design.</p></li> </ol> <p>I'm going to guess that you like where you work and don't want to leave. So here's some ideas on what you can personally do to try to convert your culture to be more focused on standards and code quality. <em>I hope others will add more tips like these and we can aggregate them in a list</em></p> <ul> <li><a href="http://en.wikipedia.org/wiki/Pair_programming" rel="nofollow">Pair programming</a> / mentoring</li> <li><a href="http://beta.stackoverflow.com/questions/7252/how-to-make-junior-programmers-write-tests#7274" rel="nofollow">Promote Unit tests</a></li> <li>Promote design &amp; design reviews</li> <li>Do lunchtime code reviews (those who participate will learn a lot)</li> <li>Lunchtime training for better coding techniques</li> <li><a href="http://beta.stackoverflow.com/questions/6327/what-are-your-programming-excercises#6330" rel="nofollow">Encourage coding 'practice'</a> (maybe competitions where the <em>best</em> code wins.)</li> <li>If you have a couple <em>good</em> people, encourage them to mentor those who need help.</li> <li>Start a workshop to teach specific techniques/technologies.</li> <li>Try having food at your workshops/trainings/reviews.</li> <li>Try to bring your code under continuous integration, if feasible.</li> <li>See what IDE plugins are available for your language &amp; IDE. Maybe you can get people to improve their code with formatting tools, style checkers, and code complexity analysis.</li> </ul> <p>It may sound like a lot of work, but your team isn't going to just <em>get it</em> one day without help and prompting. It may be up to you to <em>build</em> and <em>nurture</em> the team you have into the team you wish you had.</p> <p>A final warning I'd like to add: </p> <blockquote> <p>Niccolò Machiavelli, <em>from The Prince, 1513</em></p> <p>There is nothing more difficult to take in hand, more perilous to conduct, or more uncertain in its success, than to take the lead in the introduction of a new order of things. Because the innovator has for enemies all those who have done well under the old conditions, and only lukewarm defenders in those who may do well under the new.</p> </blockquote> <p>Its sage advice. I've worked very hard to bring about a new order of innovation in my organization, and it is slow but measurable progress. I am lucky to have allies in this effort. I hope that you find some as well.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12758#12758 0 Answer by booboojeebies for How do you handle poor quality code from team members? booboojeebies 2008-08-15T21:14:28Z 2008-08-15T21:14:28Z <p>Segregating those individuals is rather like pretending the problem doesn't exist, isn't it? </p> <p>Assuming some of the devs are new, I'd have to agree w/ @Campbell, a bit of mentoring can turn things around and if you haven't given a person a chance with all the details they'll need, then perhaps your team is a bit of a black box. Are you integrating other new dev members easily?</p> <p>If after all that, you find yourself spending a lot of time thinking that a dev doesn't belong on the team, they need to go sooner rather than later, or you'll always wind up regretting it and be the one responsible for their mess.</p> <p>If you're not the decision maker, then I guess most of this depends on your relationship with your boss and if you're comfortable making noise.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12761#12761 25 Answer by Patrik for How do you handle poor quality code from team members? Patrik 2008-08-15T21:15:16Z 2008-08-15T21:15:16Z <p>Everyone writes bad code from time to time, but having code reviews eliminates a lot of it. Always try to be nice to your colleagues, and never think that you know better. Be humble since it's actually easy to be wrong about stuff. :-)</p> <p>Code reviews doesn't only eliminate poor code written by team members (and yourself), but is a great way to learn new things from each other.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12766#12766 1 Answer by kazakdogofspace for How do you handle poor quality code from team members? kazakdogofspace 2008-08-15T21:18:34Z 2008-08-15T21:18:34Z <p>The main problem with telling people that their code is 'wrong' is that they might get mad or offended etc. So rather than explicitly telling people that their code is wrong just show them the better way to do in a more conversational manner. For example, Lets say that someone is duplicating code by not inheriting properly from a base class. Rather than telling them: 'Hey dummy B should derive from A', you could go up to them and say: 'Hey look at this cool way I used inheritance to solve this problem'.</p> <p>Hopefully they will see the similarities and will fix it them selves. If they don't see the similarities you could be a little more heavy handed and ask them if there is anywhere they could use this method.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12773#12773 3 Answer by Jason for How do you handle poor quality code from team members? Jason 2008-08-15T21:22:28Z 2008-08-15T21:22:28Z <p>Take the initiative and start a weekly code review. Tell everyone you just want some feedback on your own stuff, but encourage them to bring their own code too. Start small, and maybe the idea will take root.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/12798#12798 35 Answer by Derek Park for How do you handle poor quality code from team members? Derek Park 2008-08-15T21:43:44Z 2008-08-15T21:43:44Z <p>You need to get someone else on your side. You are unlikely to effect much change if you are working solo. If you have some other good programmers on your team, people who commiserate with you about the poor quality of some of the code, they will be your biggest allies. Get them on-board with establishing code reviews and promotion pair programming etc.</p> <p>If you <em>don't</em> have any other good programmers on your team, it's very likely a lost cause. If you are in this situation, though, and you really want to try to fix some of the problems, then you need to get your boss on board. Phrase the problems in ways that make sense to <em>him</em> (or her). If you talk about how much it sucks when <em>you</em> have to fix code, you're going to get tuned out. You need to talk about how making these changes will bring in more money, increase morale, and save the whales.</p> <p>In any event, you will definitely need to get your boss on board with any changes. I strongly recommend reading <a href="http://blogs.msdn.com/eric_brechner/archive/2005/08/01/august-1-2005-controlling-your-boss-for-fun-and-profit.aspx" rel="nofollow">Controlling your boss for fun and profit</a> by I. M. Write (Eric Brechner)</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/13046#13046 0 Answer by Keith for How do you handle poor quality code from team members? Keith 2008-08-16T08:18:33Z 2008-08-16T08:18:33Z <p>Code reviews are good, and can be introduced relatively informally.</p> <p>You can automate some rules that you all agree to, using tools like FxCop.</p> <p>Before you can accuse anyone of failing to meet standards or naming conventions you have to get everyone together to discuss what those standards should be. For instance - a new team member might have come out of Uni thinking Hungarian notation is the only way to go, while the team might allow single letter variables as long as it's in a method's scope and that method is short. Neither is wrong, as long as everyone knows the standard.</p> <p>In a language where there is a strong IDE, such as all the .Net ones, it's always relatively easy to debug code as long as it compiles. That shouldn't be a reason (on its own) to standardise.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/13063#13063 12 Answer by Anders Eurenius for How do you handle poor quality code from team members? Anders Eurenius 2008-08-16T08:54:39Z 2008-08-16T08:54:39Z <p><em>I'm amazed at the number of comments that haven't remarked on this:</em></p> <h2>Automatic documentation</h2> <p>It's <em>not</em> a code review, except everyone reviews (at least some aspects of) the code. I've seen this work exceptionally well, and it'll affect you as well. It works because everyone wants to look good, and if autodocs of the code is displayed publicly, at least those aspects will be much improved.</p> <h2>Looking good vs. being good</h2> <p>If the code looks good, even to your completely untutored bosses, odds are that even if the algorithms are dumb, it will be a lot easier to fix simply by being more readable. Another benefit of showing the autodocs is that it's a lot easier to talk about module xyz using bogosort and why it's a problem when xyz is a black box rather than an oil-spill.</p> <p>One thing though: You need to pick an autodoc format that makes the difference visible, and get people to see it. You can try to work this in by showing and referencing it when reporting your work. <strong>You want people to read new docs, much like they would read the news.</strong></p> <p>It's related to code review and tends to grow in that direction, yet noone thinks of it that way...</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/13392#13392 0 Answer by Joe Ludwig for How do you handle poor quality code from team members? Joe Ludwig 2008-08-16T22:27:12Z 2008-08-16T22:27:12Z <p>As you try to bring code reviews into an environment like this, remember that they need to work both ways. You need to get one of those less-effective programmers to review <strong>your</strong> code and learn by example. They also need to make comments in reviews of your code that you actually incorporate. Make sure that they understand that the code reviews aren't there to give you a chance to tell them when they're screwing up, but to give everybody on the team a chance to learn from everybody else.</p> <p>If the code reviews and the stuff everybody else mentioned don't have any impact, it's probably time to get rid of some bad apples. (Assuming you have the authority to do that.)</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/13414#13414 2 Answer by Jon Limjap for How do you handle poor quality code from team members? Jon Limjap 2008-08-16T23:32:52Z 2009-06-30T01:37:00Z <p>I agree with everyone regarding code reviews, but code reviews rarely ever reveal bugs.</p> <p>In our team I found out that the person who was least open to test-driven development, and don't even write tests <em>after</em> his code, is the one who generates the most WTFs in the code. His liability isn't just poor code -- some people just <em>refuse to learn anything new</em>. How to handle them? Elicit the help of the project manager. Some people need to feel the threat of being fired so that they will change.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/14763#14763 0 Answer by Jonathan for How do you handle poor quality code from team members? Jonathan 2008-08-18T15:08:52Z 2008-08-18T18:53:43Z <p>Use the formatter of your IDE, and get the manager to enforce its use by <em>all</em> programmers. If everyone is using the same format settings, and the directive is to check in code with no errors or warnings, at least code format can be improved.</p> <p>Unfortunately this won't improve design, such as lack of object oriented design.</p> <blockquote> <p>Edit Justin Standard</p> <p>You've got a point that this helps a <em>little</em> bit, but I'm guessing that formatting is only a minor problem compared to a lack of automation and a poor design. Still, I suppose it is an easy step to take. Taking it a step further is using tools like FindBugs for java (or similar tools in other languages) to actually analyze the complexity of the code. Some of those tools have IDE plugins as well.</p> </blockquote> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/15216#15216 3 Answer by Darryl Braaten for How do you handle poor quality code from team members? Darryl Braaten 2008-08-18T21:00:51Z 2008-08-18T21:00:51Z <p>Does your workplace have no standards or just poor standards? No standards would be no formal documentation on what the standards are, poor standards would be standards writen down but deficient in some way. It is much better to have some formal standards then no standards at all. </p> <p>How you improve or introduce standards depends on your role in the organization, if you are junior it will be a challenge and you will need a soft approach. If you are senior, well it will probably still need to soft, but as a senior developer you should be at least partially responsible for setting your organizations coding standards. If you are a team lead or manager it will be easier as you can dictate the standards you want. Though I have found it is much better to use a collaborative approach to most things. Some you may not want to leave up for discussion, like the correct use of source control. </p> <p>If you have no formal code review process you can always start an informal one. Ask one of your coworkers to help you out on something, ask them questions on how they think your code is. Hopefully they will have some useful suggestions. When done suggest to them that you could look at some of the code they are working on, if they need any help. In an information situation you don't want to use "review" or "code review", look, help, suggest. </p> <p>I was recently on a short project that involved reviewing a 3rd party's code, one of the issues with the code was there were no standards, from the 3rd party or our mutual client. Because there were no standards I could not provide any feedback on if the code met standards which lowered the value of my feedback. I did identify inconsistencies in their code base but without a standard to could not tell them how they should change things.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/15289#15289 0 Answer by Free Wildebeest for How do you handle poor quality code from team members? Free Wildebeest 2008-08-18T22:04:48Z 2008-08-18T22:04:48Z <p>I'm not sure if it depends if you've got a leadership position (from official company hierarchy or from technical merit) in the team or not. Getting the other team member to review your code and taking on their comments and ideas might better help them understand the wonders of code review and proper structure.</p> <p>If you just try to force standards on people I've often found that code reviews decent into people complaining about how you've placed a } on the wrong line or haven't included a space after a , while missing actual problems like unchecked return values or the like.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/15294#15294 1 Answer by Russ Cam for How do you handle poor quality code from team members? Russ Cam 2008-08-18T22:09:01Z 2008-08-18T22:09:01Z <p>Reputable, external verification of good coding practice may also be an option depending on your workplace. </p> <p>Not only can a third party assume the role of mediator/arbitrator, a useful aide if there are particularly obstinate team members, but they can also add the kind of momentum to a drive for better coding standards in the future that may not achievable from within the team alone.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/16607#16607 2 Answer by Matt for How do you handle poor quality code from team members? Matt 2008-08-19T17:33:28Z 2008-08-19T17:33:28Z <p>Code reviews can definitely help, but it's important to get buy in for the strictness of the review, what's off-limits (you don't want to be fighting about indenting patterns in SQL code, but obviously that matters a lot in Python code), and whether problems identified in the review are must fixes, or just recommendations. </p> <p>The other important thing is to have a structure in place that stops person A who writes bad code from reviewing person B's bad code and rubber stamping it. While I think code review is a good learning tool and the more eyes the better, people will try to get away with circumventing real review by only having under qualified or, worse, unqualified reviewers looking things over. Then you get the "You have to promote this it passed review" excuse popping up. It's better to have certain key "gurus" or Devs that have a proven aptitude for spotting bad code representing the hurdle for promotion, not just any other peer on the cube farm...</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/24921#24921 15 Answer by icelava for How do you handle poor quality code from team members? icelava 2008-08-24T08:12:56Z 2008-08-24T08:12:56Z <p>I always teach my colleagues the core focus to have when writing code:</p> <p><a href="http://icelava.net/forums/thread/1196.aspx" rel="nofollow"><strong>You are writing intructions primarily for a <em>human</em> to follow, then, only then, for the computer to execute.</strong></a></p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/33272#33272 3 Answer by toolkit for How do you handle poor quality code from team members? toolkit 2008-08-28T20:07:48Z 2008-08-28T20:07:48Z <p>In our project, we have voted that code reviews are optional where pair programming has been used, and mandatory when only one person has worked on a specific work-item.</p> <p>We are using Eclipse, and for the current team size, we have found the <a href="http://code.google.com/p/jupiter-eclipse-plugin/" rel="nofollow">Jupiter</a> plugin to be a very easy to use code-review tool.</p> <p>See the <a href="http://code.google.com/p/jupiter-eclipse-plugin/" rel="nofollow">Jupiter User Guide</a></p> <p>P.S. Always offer your own code for review first!</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/33614#33614 1 Answer by rmbarnes for How do you handle poor quality code from team members? rmbarnes 2008-08-28T23:10:59Z 2008-08-28T23:10:59Z <p>If this problem is endemic within the company you work for, get another job. No ifs, buts or maybes.</p> <p>If this is just like one developer, try and get someone with some authority to have a word with him, and ensure he is given mentoring / direction of some kind. The reason I specifiy someone with authority is people often resent seemingly being told what to do by people they perceive as being on the same rung of the ladder as them.</p> <p>The mentoring is important because it may be a case of them coding badly because they don't know any better, in which case just telling them, "Don't code like this" is no good, they need to be shown the correct way to do things.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/33672#33672 5 Answer by Josh for How do you handle poor quality code from team members? Josh 2008-08-28T23:49:51Z 2008-08-28T23:49:51Z <p>Apathy works for me.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/34671#34671 9 Answer by ajmastrean for How do you handle poor quality code from team members? ajmastrean 2008-08-29T16:39:11Z 2008-08-29T16:39:11Z <p>And while you're implementing all these wonderfully technical suggestions, don't forget to follow the </p> <ul> <li>10 <a href="http://www.codinghorror.com/blog/archives/000584.html" rel="nofollow">commandments</a> of egoless programming</li> </ul> <p>and if you're the new guy</p> <ul> <li>How to <a href="http://www.yafla.com/dennisforbes/Effectively-Integrating-Into-Software-Development-Teams/Effectively-Integrating-Into-Software-Development-Teams.html" rel="nofollow">fit in</a></li> </ul> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/37187#37187 0 Answer by Just a joke for How do you handle poor quality code from team members? Just a joke 2008-08-31T22:24:35Z 2008-08-31T22:24:35Z <p>Assuming you actually want your team to improve, I would essentially recommend to work it out the way every successful team works: use their strengths and try to cover their weaknesses.</p> <p>I think watching team sports will give you a better idea of what I'm talking about.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/38724#38724 0 Answer by Ed Griebel for How do you handle poor quality code from team members? Ed Griebel 2008-09-02T02:35:16Z 2008-09-02T02:35:16Z <p>An important thing is to help a developer understand why bad code is bad. Maybe have the developer work on a support ticket on someone else's crappy code, so they can see first-hand how much harder problem determination is with crappy coding. Or, if they're receptive to apprentice-style learning, have them look at a particularly crappy piece of code and discuss what it does, then "pair-refactor" to better code. </p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/39084#39084 0 Answer by Trausti Thor Johannsson for How do you handle poor quality code from team members? Trausti Thor Johannsson 2008-09-02T09:18:22Z 2008-09-02T09:18:22Z <p>Lets not forget one thing. There are bad programmers out there, but what if you don't understand your co-worker code ? Does that make it bad code or you a bad reader ?</p> <p>I have seen people taking over some code and yell and scream this is some f*ed up code and so on. They get permission to rewrite it and either the result ends up being almost identical or worse.</p> <p>But if the code is WTF-daily quality the best way is to call the programmers bluff and tell him/her to rewrite his stuff.</p> <p>This is what meetings are. One thing I like about scruum meetings is they are never more than 15 minutes, no sitting down, ask for one such meeting and ask for an explanation of the code and then agree on either a rewrite or a re-read.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/39264#39264 0 Answer by Giovanni Galbo for How do you handle poor quality code from team members? Giovanni Galbo 2008-09-02T11:29:35Z 2008-09-02T11:29:35Z <blockquote> <p>The main problem with telling people that their code is 'wrong' is that they might get mad or offended etc. </p> </blockquote> <p>I just want to add to this. Rather than saying "wrong," I just say our code has to be "consistent." People don't like to be told that they are wrong, but I don't think people will object to adjusting their ways so that they can feel like they are part of the group. </p> <p>Obviously, your group will have to hold meetings so that you guys can come up with consistent practices. This is where you present your ideas. If they are truly better than your coworkers' practices then they will bubble up to the top to become the new standard.</p> <p>Of course, having a standard means nothing. You need to actually enforce the standard once it is in place.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/45367#45367 7 Answer by Casey Watson for How do you handle poor quality code from team members? Casey Watson 2008-09-05T07:10:26Z 2008-09-05T07:10:26Z <p>Have you tried bringing beer into the office?</p> <p>The Ballmer Peak: <a href="http://xkcd.com/323/" rel="nofollow">http://xkcd.com/323/</a></p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/45509#45509 3 Answer by Ross Anderson for How do you handle poor quality code from team members? Ross Anderson 2008-09-05T10:27:25Z 2008-09-05T10:27:25Z <p>Where I work, whenever someone checks in code or a document, an e-mail is sent to all other devs on their team with a link to the diffs. We're all encouraged to just give 5 minutes here and there to scan through each others submissions so if anyones formatting or code is a bit off at any point, they're likely to have someone just pop over for two seconds or drop me an email to point it out. It happens to everyone, so theres no shame (unless it's atrocious!). This constant reenforcement means it's easier to learn and practise.<br/> I admit it requires participation from everyone and the willingness to take constructive critisism but it seems to work well here!</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/48286#48286 14 Answer by David Schmitt for How do you handle poor quality code from team members? David Schmitt 2008-09-07T10:06:19Z 2008-09-07T10:06:19Z <p>I heartily recommend Joel Spolsky's <a href="http://joelonsoftware.com/articles/fog0000000332.html" rel="nofollow">Getting Things Done When You're Only a Grunt</a>:</p> <blockquote> <p>No matter how good your code is, your coworkers write such bad code that you're embarassed to be associated with the project. [...] But there are strategies for improving your team from the bottom, and I'd like to share a few of them.</p> </blockquote> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/49922#49922 6 Answer by oo for How do you handle poor quality code from team members? oo 2008-09-08T15:18:48Z 2008-09-08T15:18:48Z <p><strong>using unit tests</strong> as a design tool is the best way i think you can help someone learn to be better oo programmer. By having to have their code testable they learn stuff like interface abstraction, dependency injection and testable simple APIs. <strong>Pairing</strong> is another way to help share values as a programmer. Ultimately you need to list out basic agreed standards among a team and <strong>document them</strong> and follow them to the extreme as once you slip on standards, its a slipperly slope. there is a concept of broken windows with software that i think is very important to a development team.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/50297#50297 0 Answer by Jake Hackl for How do you handle poor quality code from team members? Jake Hackl 2008-09-08T17:58:27Z 2008-09-08T17:58:27Z <p>I like the guy who said the weekly code review. Good practices can be taught and hopefully the person in question is new and anxious to improve and learn from others. If not, well then, craft them a nice utility project to work so they are out of the way. </p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/51488#51488 2 Answer by Jagmal for How do you handle poor quality code from team members? Jagmal 2008-09-09T09:51:34Z 2008-09-17T08:51:33Z <p>This will definitely need a lot of effort on your and your team's side. But, to make life easier you may use some of the tools.</p> <p>I am listing down a few tools for Java and Perl:</p> <p>Java:</p> <ul> <li><a href="http://jalopy.sourceforge.net" rel="nofollow">Jalopy</a> -- for formatting</li> <li><a href="http://findbugs.sourceforge.net" rel="nofollow">Findbugs</a> -- for best practices</li> <li><a href="http://pmd.sourceforge.net" rel="nofollow">PMD</a> -- for static analysis of the code</li> </ul> <p>Perl:</p> <ul> <li><a href="http://perltidy.sourceforge.net/" rel="nofollow">perltidy</a> -- for code cleanup. See <a href="http://perltidy.sourceforge.net/stylekey.html" rel="nofollow">this</a> to get started.</li> <li><a href="http://search.cpan.org/dist/Perl-Critic/" rel="nofollow">Perl::Critic</a> -- for critic's opinion :) .. I am looking for alternatives here.</li> </ul> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/54744#54744 0 Answer by JJMoho for How do you handle poor quality code from team members? JJMoho 2008-09-10T17:15:06Z 2008-09-10T17:15:06Z <p>Where I work, we have mandatory code review for anything going to our production servers. Our organization's main business is not producing code but we must maintain an ERP system. For that reason we have developers on staff. Our review process is fairly informal (just a little background).</p> <p>My strategy for code review has been classify things I find as either:<br> ! - show stoppers. ie: flaws in logic, unhandled cases, security holes, etc.<br> * - suggestions. ie: more concise methods of performing same function, more efficient, etc<br> ? - I don't understand some portion of the code as it relates to the business need</p> <p>The "suggestions" are where I try to impart (what I believe to be) better coding practice without saying "you must do it this way or FAIL". I keep it open ended and try to explain why I think its a better method. This is my attempt to improve coding practices without being being overbearing or bruising egos. We also don't have the resources available to force all our code to be pristine.</p> <p>I try to make sure that the suggestions would provide significant improvement. Often people know there is a better/cleaner way but they just need to get something out the door.</p> <p>How you write your review (choice of language and tone) can play into the reaction of the developer. Some people take critique better than others. Pick your battles for those who take it poorly. People who take it well (and enjoy learning) are often appreciative.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/61072#61072 2 Answer by Jay Bazuzi for How do you handle poor quality code from team members? Jay Bazuzi 2008-09-14T02:29:29Z 2008-09-14T02:29:29Z <p>You sound like you are ready to help your teammates get better at their jobs, but you're not sure if you can.</p> <p>When I was a manager of a software team, one of the things I looked for was the impact each person had on the rest of the team. </p> <p>If you wrote great code, but got in to arguments or complained a lot, it would hurt the rest of the team's productivity. </p> <p>If you make your team work smoothly, helping folks get along, or contributing ideas for teammates problems, or teaching them to be better at their work, then you have a huge effect on what the team creates. Your influence on others can far exceed your own code contribution. </p> <p>In my opinion, whether your boss is able to recognize this, facilitate it, and reward it is a huge factor in whether I would stay where I was and try to improve things or quit and try my luck elsewhere. </p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/73506#73506 3 Answer by Gary Russo for How do you handle poor quality code from team members? Gary Russo 2008-09-16T15:22:39Z 2008-09-16T15:22:39Z <p>If you're a .Net shop, I recommend using Team Foundation Server <a href="http://msdn.microsoft.com/en-us/tfs2008/bb735851.aspx" rel="nofollow">code check-in policies</a>. The Static Code analysis (aka FxCop) with the unit test policy is a great gate keeper for quality code/builds.</p> <p>You can also consider the <a href="http://msdn.microsoft.com/en-us/tfs2008/bb964620.aspx" rel="nofollow">Visual Studio 2008 code metrics features</a> (e.g., Cyclomatic Complexity, Depth of Inheritance, Class Coupling, and Lines of Code).</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/79119#79119 2 Answer by Mikey for How do you handle poor quality code from team members? Mikey 2008-09-17T01:55:37Z 2008-09-17T01:55:37Z <p>We've developed our own coding standards at our company. Periodically, the senior members will do code reviews for others and let them know what things they need to fix and improve on. You can't be too harsh, but you can't let it slide either...</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/151508#151508 0 Answer by Steven A. Lowe for How do you handle poor quality code from team members? Steven A. Lowe 2008-09-30T02:12:17Z 2008-09-30T02:12:17Z <p>tease them unmercifully until they shape up or quit - or you find another job where you're not pulling all the weight</p> <p>"I'd like to congratulate Tim on finally putting a comment in his code..."</p> <p>"John wins this week's Obfuscated C Contest prize, unfortunately we're supposed to be writing VB.NET..."</p> <p>;-)</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/151513#151513 0 Answer by Tawheed for How do you handle poor quality code from team members? Tawheed 2008-09-30T02:14:14Z 2008-09-30T02:14:14Z <p>Fire them, or fire yourself.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/272641#272641 2 Answer by Jason Slocomb for How do you handle poor quality code from team members? Jason Slocomb 2008-11-07T16:35:38Z 2008-11-07T16:35:38Z <blockquote> <p>My question is this, how do you guys handle poor quality code from your team members? If you work in a less structured environment, how do you approach coders about improving the quality of their own code (or your boss to get him to implement some kind of standards/code review)?</p> </blockquote> <p>Since your sphere of influence appears to be limited to your own team, you have to start in your own backyard, ie; lead by example. Be vocal with your peers about what you consider to be successful for you, share that with them, and avoid being arrogant. </p> <p>Poor quality code usually indicates poor fundamentals. If that is the case you have to short circuit developer bad habits and tendencies. Source code has structure and syntax, so should a development team. Here are some of the things my team does:</p> <ul> <li><p>TDD, write your unit tests first and relentlessly test your code because you <strong>know</strong> yours and everyone elses code sucks. Say it with me, "I KNOW MY CODE WILL SUCK, I MUST WRITE TESTS FIRST." Resist the urge to integration test. Mock external classes and data to the class being tested to the point that the ability to test every line of code becomes more important than the design itself. </p></li> <li><p>KISS, keep it simple and be consistent! The simplest way is the best way every time. It will be easier to understand in 6 months and far easier to maintain. Think Fisher Price easy. Also, don't allow anyone to design in a vacuum, discuss as a team how something is going to get done. If you have a hard time doing that, you are not breaking things down to small enough tasks. This will be painful at first, but it will be worth it in the long run.</p></li> </ul> <p>As far as coding standards go, don't develop your own from scratch. Instead ask your teammates to check out the Philips Medical Systems standards: <a href="http://www.tiobe.com/standards/gemrcsharpcs.pdf" rel="nofollow">http://www.tiobe.com/standards/gemrcsharpcs.pdf</a>. Ask your team to discuss what you want to take away or add to that. Get everyone to participate in it's formation because this is critical for buy in. Then, don't stick it in a drawer when you're done! Post it around your office and use it when you develop. An excellent time to browse the coding standard is right after you pass your tests. You are hopefully about to refactor at this point.</p> <p>Your bosses job is to hold people accountable for following these principles.</p> <p>Good luck.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/289648#289648 -3 Answer by Sneaky for How do you handle poor quality code from team members? Sneaky 2008-11-14T09:48:40Z 2008-11-14T09:48:40Z <p>Public ridicule. Send an email around with the code in question along with "Ha Ha Ha! Great candidate for the daily WTF!" as the email subject. People will soon learn.</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/312109#312109 0 Answer by Samus_ for How do you handle poor quality code from team members? Samus_ 2008-11-23T04:13:27Z 2008-11-23T04:13:27Z <p>it is really nasty to have someone else complaining about your code, for that reason a more "neutral" opinion might be better and by neutral I mean non-human, at my current job we use pylint (python) and we have approval before prod, the pylint seems to be very fair since it's based on rules and policies defined globally and the programmer can check it personally before submitting (avoiding the shame of being corrected by someone else).</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/389250#389250 0 Answer by Ayreej for How do you handle poor quality code from team members? Ayreej 2008-12-23T15:58:41Z 2008-12-23T15:58:41Z <p>Give your team more training sessions on how to improve their quality... and a little motivation might help</p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/389269#389269 0 Answer by tim for How do you handle poor quality code from team members? tim 2008-12-23T16:03:41Z 2008-12-23T16:03:41Z <p>I had a heart-to-heart with a developer one time when he checked in code that didn't even compile much less work correctly. </p> <p>I asked him how he wanted to be perceived ny his peers and people who looked at the product code years later. I gave him two options:</p> <ul> <li>your code didn't work well and was terrible to maintain</li> <li>your code is a pleasure to work with and rarely have to make fixes</li> </ul> <p>What type of person do you want to work with and what type of developer do you want to be?</p> <p>He thanked me a year later after I had left the company. </p> http://stackoverflow.com/questions/12745/how-do-you-handle-poor-quality-code-from-team-members/1535661#1535661 0 Answer by Dieter G for How do you handle poor quality code from team members? Dieter G 2009-10-08T04:40:03Z 2009-10-08T04:40:03Z <p>"A superior man is modest in his speech, but exceeds in his actions." - Confucius</p> <p>You are not going to achieve much through ridicule and the cost of replacing an employee is probably going to outweigh the cost of training that employee.</p> <p>Teach them the best practice - You might just learn something yourself in the process. </p>