Jolt Awards: Coding Tools
, January 09, 2012 Going to the very heart of the developer's toolbox, we select four outstanding tools.
Jolt Awards: Coding Tools
The Jolt Awards in the category of Coding address the past 12 months' innovation in tools that help developers do the actual work of creating code. This category comprises editors, IDEs, code analysis tools, SCM products, debuggers, and the like. In essence, it's a mature category of hands-on tools that everybody uses at some point.
As in previous years, the judges Robert Del Rossi, David Dossot, Gary K. Evans, Jonathan Hartley, Larry O'Brien, Gary Pollice, Mike Riley, Rick Wayne, and I pored over the nominees, selected finalists, and put the top products through their paces to establish the #1 coding tool, to which we accorded the 2012 Jolt Award. The two runners-up (in a very close competition this time) receive Jolt Productivity Awards. And in this particular category, the #4 product, from CloudBees, was included for special distinction because we strongly feel it indicates an important new direction in coding. The product is still in its infancy, but we think its importance to the market warrants inclusion for a special award.
All products were tested on the judges' regular coding platforms as well as on virtual machines, some of which were hosted by Rackspace, due to the company's generous sponsorship of the Jolt awards. Andrew Binstock.
Note: To nominate products for upcoming Jolt categories, see the Jolt Award nomination page.
| To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |
Best of the Web
What the New iPad and iOS 5.1 Mean for Developers
The new display is gorgeous. But local storage for HMTL5 is currently broken on the new iPad and performance of some apps is slower. Here's a deep dive into the issues, including benchmarks and analysis.
Triple Buffering as A Concurrency Mechanism
Triple Buffering is a way of passing data between a producer and a consumer running at different rates. It ensures that the consumer sees only complete data with minimal lag.
Embedding GDB Breakpoints in C Source Code
Have you ever wanted to embed GDB breakpoints in C source code? Something like this:
printf("Hello,\n");
EMBED_BREAKPOINT;
printf("world!\n");
Writing Kernel Exploits
Why attack the kernel? Because it has a huge attack surface with potential for very interesting bugs. This presentation (pdf) takes a code-level dive into recently reported Linux-kernel exploits.


