|
|
|
Home >
Best practices >
Inspections
|
Inspections |
| Inspections are detailed technical peer reviews of software designs or implementations.
In
Best Practices-Inspections
are important to FlexOrbits, as part of
offshore software development.
We conduct inspections at every stage of the
development
or
maintenance process.
Because of their ability to detect and correct defects in upstream work products,
inspections help us control the cost and schedule of the project. In addition to inspections
of new product elements, we inspect every change that gets made. We also re-inspect the work
products when there is substantial change activity or when inspection and test results
indicate unusual problems. |
Example For Code Inspection Objectives
- Identify design errors in the product.
- Identify the cases in which the code does not implement the design as intended.
- Identify any improper use of interfaces.
- Inspect for adherence to
re-usability
considerations.
- Inspect for adherence to appropriate style guidelines and standards or constraints such
as naming, commenting, and performance limitations.
- Verify that previously identified issues have been resolved.
|
|
|