Please enable JavaScript.
Coggle requires JavaScript to display documents.
Static techniques (REVIEW PROCESS (Phases of a formal review (Kick-off:…
Static techniques
REVIEW PROCESS
-
-
-
Types of review
Walkthrough : A walkthrough is characterized by the author of the document under review guiding the participants through the document and his or her thought processes, to achieve a common understanding and to gather feedback.
Technical review
: A technical review is a discussion meeting that focuses on achieving consensus about the technical content of a document
Inspection: Inspection is the most formal review type. The document under inspection is prepared and checked thoroughly by the reviewers before the meeting
STATIC ANALYSIS BY TOOLS
- Automated assistance to ferret out additional defects before the code is actually run
- Design or code without actually
executing the software artifact being examined
- The goal of static analysis is to find defects, whether or not they may cause failures. As with reviews, static analysis finds defects rather than failures.
Coding standards:
- Define or adopt a coding standard
- Saves a lot of effort
-
-
-