| By Nigel Cheshire | Article Rating: |
|
| March 1, 2006 04:45 PM EST | Reads: |
13,574 |
As I highlighted in Part I of this article, the importance of implementing Java development tools, best practices and processes can have a significant impact on the quality of your code and the efficiency of your development team. Quality Java code results from the talent and experience of Java developers, coupled with the consistent usage of best practices, tools and processes.
In the previous article, I discussed what constitutes software development best practices; and I will now explore in the benefits of implementing the following Java development ‘best practice’ tools:
• Source code control systems
• Static code checking software
• Testing frameworks
• Coverage tools
Source Code Control Systems
A well-run source code control system helps control the software release cycle. It can reduce the risk of application failure, the costs associated with delivering new or improved application features, as well as the risk of exceeding schedules and budgets. Most developers support the structure provided by a source control system; and that a good system can help improve their performance and morale.
Source code control’s primary task is to enable a team of developers to work on source code without overwriting each other’s changes. It also acts as a repository for the source code and other files related to a software product. Developers retrieve source code from the repository, make changes, and check the source code back in. The repository tracks the changes made to each file as developers check in new versions. Additionally, the history of each file is saved to show all the changes that have occurred, which helps developers locate bugs that appear after a known “good” release.
Another key benefit of implementing a source code control system is that it helps to identify the components required for successful builds, and as a result improves the success of testing and deployment. Version numbering (tagging or labeling) is a system of assigning a version or release number to a project or set of files. When problems are found, developers can quickly identify the exact set of files used when the software was built.
Source code control also provides development teams with the ability to branch. The concept of branching is where a developer wants to create a new version (for example, Edition 1.3.1) based on a stable version; and yet other developers need to continue working on the main project (for example, Edition 1.3). The source code control system allows a merge of all the changes at a later time.
Published March 1, 2006 Reads 13,574
Copyright © 2006 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By 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.
![]() |
Unknown 07/17/07 02:36:09 PM EDT | |||
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 03/01/06 06:04:28 PM EST | |||
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. |
||||
- Why Coding Standards?
- Java Development Managers Stress the Need to Improve Software Quality
- Using Java Tools to Enforce Best Practices
- How Good Is Good Enough?
- JavaOne - JavaFX abuzz
- Change Is Good!
- JavaOne - TDD Controversy
- Using Java Development Tools to Enforce Best Practices
- iPhone - Service as Important as Software Quality
- Speaking at Real-World Java Seminar Next Week
- Eclipse and Enterprise Open Source Plug Ins For Better Software
- Outage at All-the-Rage Social Networking Site Facebook






















