I bet you could point to the weakest software developer in your department with little hesitation. But if I asked you to identify your criteria, it’s unlikely that “metrics” would play any part in that judgment.Since the earliest days of software development, the Suits have grasped at metrics to evaluate programmer performance. They started out by looking at the number of lines of code generated, and then the methods got even sillier. Every discussion about programming metrics begins by saying, “We know this is only slightly useful, but….” The purported goal in collecting such measurements is to judge team members’ production. With the best of intentions, a manager wants to use that data to strengthen and reward top performers, and also to identify weaker team members so they can be trained and improved. (Right. Its usefulness in “Who to fire or lay off” would never be relevant, I’m sure.)The problem is… the metrics don’t really help managers accomplish that. Just as you shouldn’t confuse the map with the territory, looking too hard at metrics—any metrics—causes you to put your attention on the ruler, not the object being measured. Looking only at the yardstick makes you lose sight of the mission, which is probably something like “create happy users” or “deploy useful software on time and on budget.” I do understand the goal. Nobody wants to work with someone who is bad at what they do. Managers want to be fair and… well, not dispassionate, exactly, but at least even-handed. But judging a team member’s contributions isn’t easy. It’s even harder if you’re not looking at the developer’s code day-to-day, or if your lack of technical expertise keeps you from understanding what you’re looking at. (That’s okay; you’re a manager. Developers don’t always expect you to write code anymore.)Yet, I think you could do a quiet survey in any programming shop, asking everyone who the weakest contributor is—and probably get the same answer from most team members. (My gut tells me that you’d get less consensus from “Who’s the best programmer?” but that’s another discussion.) This all came to mind recently when, in the comments to James Turner’s When Agile Projects Go Bad, a few Agile un-fans recommended that companies just “fire the bad programmers.” Okay, maybe—but how do you know who they are? That was the question I posed on LinkedIn and almost immediately I got a few dozen responses. You can read through the entire discussion if you like (I think it’s fascinating), but in the rest of this blog post I summarize the wisdom I gained from some very smart software developers, and then follow with a few thoughts of my own. You’ll notice one important thing: metrics aren’t part of the criteria.Developers whom others label as bad:Don’t care about the quality of their work. This shows in both personal attitude and in code quality (such as a lack of software testing). “The worst programmers tend to not buy into the project emotionally, intellectually and professionally,” wrote one computer consultant. “They tend to show up, do the bare minimum to get by, and then leave.” Their lack of engagement usually hurts the project, he says, in big ways (such as misses in requirements) and subtle ones, too. Or, as another described concisely, “The one [who] makes most money out of least work.”Attitude matters a lot to team members, much more than does technical skill. (Ignorance is curable, after all.) “There is a difference between someone who has potential vs. someone who just does not get it,” wrote a project manager, “Even if the latter may be stalled in development but temporarily appears superior to the one with potential.” Wrote one woman, “The worst programmer on the team is the person who creates a counterproductive environment for other team members. Regardless of this person’s technical ability or volume of output, he/she has a net negative effect on the team’s productivity.”Cost the team in time and frustration. One Java developer explained, “A bad programmer is someone who, simply by working, creates more work for the others on his team. When he codes something, he breaks other things, such that just because he did his job, the jobs of others become harder.”Bad developers create buggy code that needs to be reworked, reducing the team’s ability to Get The Job Done. “This should be obvious from change logs and QA reports,” pointed out one respondent—one of the few places where “metrics” enters into the equation. From the business viewpoint, what matters is the end result: the quality of the software. “Code speaks louder than words,” wrote one person. But many managers can’t differentiate between good and bad programmers and, he added, “They can’t distinguish good software design from bad one[s] either.”Have a poor sense of timeliness. Software project estimation can be a black art, but a developer who cannot grasp a timeline or meet a non-arbitrary deadline is a big problem.Do not offer or ask for help. Wrote one project manager, “I expect developers to seek help when they need it, to collaborate with others, and to raise any concerns and/or opportunities for improvement to their manager.” Team players learn from others and teach others, and that shows in their mutual appreciation for one another.Are arrogant. I’m hesitant to use that term, because a true expert’s self-confidence can easily be mistaken as “Who the heck does she think she is?”, but several people pointed out that the worst programmer often has a superiority complex. Wrote one software engineer, that individual knows he is always right and knows everything even (or especially) if he is just out of school. “Argues with everyone including software architect. Makes every meeting painful and long. Sneaks in unapproved tools/software/programming languages/databases.”Personally, I’d refine the sentiment to stress that the “arrogant” label is heavily tied to the previous “unwilling[ness] to learn from others.” The hallmark of a true expert is that she knows how much she doesn’t know; ersatz experts assume their work is perfect. They ask the wrong questions—and that includes me. Jerry Weinberg, author of dozens of books on software project management, said that mine is a good question, with lots of good answers that don’t really answer the question. He explained, “If I were to give a short answer, it would be that the worst programmer on a team is the one who spends his/her time trying to identify the worst programmer on the team. (And that’s the worst manager, too.)”Instead, Weinberg says, “We’re not in the ‘worst programmer’ business. We’re in the producing good products business, and that’s a team job, so we’re good or bad together, not as individuals. (Obviously, certain extreme cases shouldn’t be on the team in the first place, but those are rare, though memorable.) Quit asking this question. It’s a sign of bad, bad management, and will destroy most teams.”I take Weinberg’s point, particularly keeping in mind Rudy’s Rutabega Rule from his Secrets of Consulting book. Or to use my own analogy, looking at a tree to see which branches to whack off only tunes you to look for dead wood, instead of recognizing whether the tree needs water or fertilizer.However, I don’t regret asking the question. I’ve encountered a few truly bad programmers in my time, people who made me say, “How can this person possibly have five years of experience?” and yet who manage to stay employed. One such “experienced” rotten programmer burst into tears when she couldn’t understand an ordinary nested IF statement (I am not making this up) and wanted another team member to turn every branch into a standalone procedure. Another’s idea of debugging was to copy-and-paste code everywhere, with plenty of GOTO statements; Ken sure would have looked good in those Lines of Code charts.One thing that’s clear to me (and should reassure some readers) is that the “worst” developer on a team is not necessarily the least experienced. Someone who knows his strengths and is actively trying to address his weaknesses is often appreciated for the former and cheerfully mentored for the latter. Savvy managers enable the process because, as Weinberg says, the team is good or bad together. I could end off right here and feel as though I represented a cross-section of developer opinion, but that wouldn’t take into account another important aspect of team-building: the team members’ average intelligence and ability. Because “bad” extends past “incompetent.”For example, brilliant programmers create work for the not-so-brilliant around them. Mediocre programmers might well think those übersmart developers are the “bad” programmers because the smart developers are not conformists. They do things that make the rest of the team stretch (such as, when the team culture is to take the easy way out and use too many shortcuts). They force team members to work outside their comfort zone.By my observation, mediocre programmers imagine that every line of code should be written for their benefit, and brilliance should come for free. For example, I know one programmer who writes incredibly dense, super-optimized code which generates very fast applications; it’s not necessarily easy to read, and learning how the code works requires a developer to rethink design assumptions. But the effort is worth it, because the people around him say, “Oh! Wow!” when they “get it.” Fortunately for everyone in that open-source community, his work is appreciated. (I suspect that the willingness to accept other’s input is among the strengths of open-source development, but that too is another discussion.)What did I miss? If I asked you to tell me about the worst person on your team (let’s make it from a previous employer, so you don’t have to worry about career-limiting moves), who would it be… and why? Related content brandpost Sponsored by SAP What goes well with Viña Concha y Toro wines? Meat, fish, poultry, and SAP Viña Concha y Toro, a wine producer that distributes to more than 140 countries worldwide, paired its operation with the SAP Business Technology Platform to enhance its operation and product. By Tom Caldecott, SAP Contributor Dec 04, 2023 4 mins Digital Transformation brandpost Sponsored by Azul How to maximize ROI by choosing the right Java partner for your organization Choosing the right Java provider is a critical decision that can have a significant impact on your organization’s success. By asking the right questions and considering the total cost of ownership, you can ensure that you choose the best Java p By Scott Sellers Dec 04, 2023 5 mins Application Management brandpost Sponsored by DataStax Ask yourself: How can genAI put your content to work? Generative AI applications can readily be built against the documents, emails, meeting transcripts, and other content that knowledge workers produce as a matter of course. By Bryan Kirschner Dec 04, 2023 5 mins Machine Learning Artificial Intelligence feature The CIO’s new role: Orchestrator-in-chief CIOs have unique insight into everything that happens in a company. Some are using that insight to take on a more strategic role. By Minda Zetlin Dec 04, 2023 12 mins CIO C-Suite Business IT Alignment Podcasts Videos Resources Events SUBSCRIBE TO OUR NEWSLETTER From our editors straight to your inbox Get started by entering your email address below. Please enter a valid email address Subscribe