Saturday, September 11, 2010

Dev tools

• SVN source code version control system.
• JUnit test framework will be used to develop automated software unit tests. Extensive unit testing
will help the developer discover code defects early in the process. Unit tests also ensure that that
functionality, once implemented correctly, will not be accidentally be broken by other developers,
leading to a codebase of increasing quality.
• Checkstyle - Code style compliance test software. Our code will be compliant with the Sun coding
standards 65 .
• Findbugs - Code quality analysis software toolkit which will be employed to generate reports indicat-
ing potential common programming mistakes.
• JDepend - Code quality analysis software toolkit will generate code quality reports that will help
identify software design level problems.
• Bugzilla - issue tracking system will be used by the developer to ensure that all project related issue
are logged and resolved.

No comments: