Comments
Patrick Collands wrote: collands (AT) gmail com I'd be very grateful for an invitation. Thank you.
Cloud Expo on Google News

SYS-CON.TV

2009 East
PLATINUM SPONSORS:
IBM
Smarter Business Solutions Through Dynamic Infrastructure
IBM
Smarter Insights: How the CIO Becomes a Hero Again
Microsoft
Windows Azure
GOLD SPONSORS:
Appsense
Why VDI?
CA
Maximizing the Business Value of Virtualization in Enterprise and Cloud Computing Environments
ExactTarget
Messaging in the Cloud - Email, SMS and Voice
Freedom OSS
Stairway to the Cloud
Sun
Sun's Incubation Platform: Helping Startups Serve the Enterprise
POWER PANELS:
Click For 2008 West
Event Webcasts
Using Java Development Tools to Enforce Best Practices
Part Two of a Two-Part Article

A source code control system is also beneficial to individual developers wanting to:

• Adhere to best practices
• Create archives for future developers
• Provide a reference point for differences between versions
• Keep a progress journal
• Maintain a central repository/backup

Static Code Checking Software
Static code checking tools help developers conform to coding standards. These tools point to lines of code within files and offer details on how to adhere to these standards. Some code checkers will document possible security violations and provide links directly to the line of code that is causing the violations.

Static code checking tools include hundreds of rules such as:

• Detecting empty finally blocks that can slow code and confuse maintenance programmers.
• Identifying tab characters because editors can interpret them differently in source files, destroying the visual structure of the code.
• Locating multiple on-demand import statements that can clutter your namespace, making it difficult to figure out which class a static member comes from. These statements can also be difficult to read when different classes have static members with the same identifier.

Ideally, development managers should be able run code checking tools against all the code in their repository at one time; thus, providing a global view for tracking their team’s performance and providing feedback for improvement.

Testing Frameworks
All developers understand the need to test their own code, but few take the time or make it a priority. The result is a vicious cycle of development teams performing too few tests and producing poor-quality code, while spending an increasing amount of time in the debugging phase.

Testing frameworks enable developers to write tests as they code. They write the code, test it using the framework and change the code until it meets the expected results. With testing framework software, developers get immediate feedback from this testing process of writing, saving and rerunning their own unit tests.

Framework software also provides an iterative process that collects tests cumulatively over the lifespan of the software. As the software changes to meet user needs, so do the test cases within the framework. Using a testing framework increases programmer productivity and program stability, while reducing debugging time. Each bug found during software development is one less that may have to be identified and corrected later in a production environment.

Coverage Tools
Coverage tools let developers know how much of their code is covered by unit tests. This helps developers identify the areas of code that require further testing. Ideally, all code should be covered by unit tests.
Java development tools exist that report on the class, method, line and basic block level; with coverage statistics aggregated at the method, class, package and all class levels. With this data, development managers can plot code coverage over time per developer. This gives the development manager the ability to coach new employees to help bring them up to speed more quickly, while rewarding those who are already doing their part to improve the team’s overall code quality.

The Cycle Can Be Broken!
The vicious cycle of fixing bugs during production and missing release dates, which has become the ‘industry norm’, needs to and can be broken! Though there is no substitute for experienced software development talent; implementing best practices, processes and tools will help organizations to raise the skill set of its entire development team. As a result, development teams can focus on quality early in the development cycle, where bug fixes cost the least.

By implementing best practices such as unit testing and adherence to coding standards, while utilizing tools like source code control systems, testing frameworks and coverage tools, in the application environment; organizations will empower experienced developers to get the job done faster and enable new developers to build upon their existing skills.

In the end, development organizations will be better equipped to balance bug-fixing activities with application enhancements while continuing to meet their corporate objectives by producing quality software applications, on time and within budget.

About Nigel Cheshire
Nigel Cheshire is CEO of Enerjy Software, a division of Teamstudio Inc. He oversees product strategy and has been driving the company's growth since he founded it in 1996. Prior to founding Teamstudio, Inc., Nigel was co-founder and principal of Ives & Company, a CRM solutions consultancy. He holds a Bachelor of Science degree in computer science from the University of Teesside, England.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Nice article! I think if you add some examples to each of the tools you were mentioning in the article will help the reader to try the concepts you mentioned here.

In the conclusion of a two-part series, Enerjy Software CEO Nigel Cheshire outlines source code control systems, static code checking software, testing frameworks, and coverage tools.


Your Feedback
Unknown wrote: Nice article! I think if you add some examples to each of the tools you were mentioning in the article will help the reader to try the concepts you mentioned here.
JDJ News Desk wrote: In the conclusion of a two-part series, Enerjy Software CEO Nigel Cheshire outlines source code control systems, static code checking software, testing frameworks, and coverage tools.
Latest Cloud Developer Stories
CloudBench Applications, Inc. announced its financial results for the three months and nine months ending September 30, 2009. All amounts are stated in Canadian dollars unless otherwise noted. Revenues from BasicGov, the Company's cloud computing solution for local government, gr...
The new contract is an industry first, with CSC being the first Microsoft partner to lead and win a cloud computing services agreement of this scale. Under terms of the contract, CSC will provide Royal Mail Group's 30,000 employees with access to new IT services using Microsoft's...
Operates in over 170 countries and is one of the world’s leading providers of communications solutions and services. Richard Tarboton talks for MeettheBoss.TV on his role as Head of Energy & Carbon for BT and what they are doing towards reducing carbon emissions.
CA is going to put its Agile Planner software on salesforce.com’s Force.com platform in the first half to accelerate development time and give users visibility over their development initiatives to reduce time-to-market. Customers are supposed to be able to accelerate the deploym...
Despite its uncertain fate Sun soldiers on. Monday it trotted out a cloud-based multiplatform desktop as a service for K-12 and community colleges that can run Windows, the Mac OS, Linux and Solaris applications to nearly any client device, including its own Sun Ray thin clients....
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON Featured Whitepapers
ADS BY GOOGLE

Breaking Cloud Computing News
CloudBench Applications, Inc. announced its financial results for the three months and nine months e...