Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page gives some examples of approaches to software code quality and audit approaches.

Table of Contents

Questions to ask

...

When considering code quality, you might want to look at the following questions:

...

  • TDD - Test Driven Development;
  • BDD - Behaviour Driven Development;
  • UI and UX testing - User Interface and User Experience Testing (perhaps the hardest area).

General Tools

...

There are a range of tools that can be used to quickly review quality of code, issues, bugs, duplication, coverage etc.  Some of the known tools are shown below.  Where projects have used them we have shown an example.  Some intergrate with certain repositories.  The coverage varies greatly so what works will depend on your own approach and your project.

...