Developer's Toolkit

Blog archive

Tools or No Tools

We are currently working on a Special Report on Application Quality and Testing which will be posted in the next week or so. I have spent a good part of my career in the development of code quality tools, and remain mystified by their general lack of use by developers. For example, I spent time on the BoundsChecker (http://www.compuware.com/products/devpartner/visualc.htm) team (as product manager) a few years ago. BoundsChecker is probably one of the best-known and most effective of the C/C++ error detection tools. While we attempted to promote regular usage by developers, by far the predominant usage pattern was as a last resort to find and diagnose a known bug.

Many developers I've talked to use only the IDE (Visual Studio, Eclipse, or other), with no additional tools for unit testing, code coverage, error detection, or performance. With the possible exception of unit testing harnesses such as NUnit and JUnit, most do not even bother using available free or open source tools.

Software development is a profession of trade-offs, so let's look at the tradeoffs here. Let's say that the average developer with a few years of experience makes $90K (some of you may find this number out of reach, but I know plenty of developers who make more). Adding benefits, facilities, and applicable taxes, a fully loaded developer probably cost 50 percent more, or $135K.

Many of these tools claim to be able to increase productivity finding and fixing bugs, or improving performance. In many cases, the tools vendors claim up to a 50 percent improvement in productivity. That is probably exaggerated, but 20 percent is not unreasonable, especially since quality tools can identify and diagnose problems that sometimes cannot be found any other way.

Some studies have indicated that developers spend perhaps 50 percent of their time debugging. This might be a little high, but for the purposes of working with round numbers, let's use it. This means that tools can possibly be worth ten percent of a developer's loaded salary, or $13.5K.

That pays for a lot of developer quality tools, with some left over. So my question is, why do so few development teams make the investment? I had always thought that development teams were more willing to invest in additional bodies than in tools, but the cost of tools is trivial compared to the cost of an additional developer. And how do you explain the lack of use of free tools, especially in the Eclipse community? Do we think we are so good that we don't need additional quality tools?

I am not planning on going back to work developing quality tools any time in the near future, but I am curious. Any answers that you might have would be gratefully accepted.

Posted by Peter Varhol on 11/05/2006


comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube