Login
Remember
Register
Ask a Question
What steps are used code review cycle?
0
votes
asked
May 27, 2020
in
Fortify code scanner
by
Hodge
What steps are used code review cycle?
#fortify
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27, 2020
by
Hodge
A Part of Code Review
The traditional four stages of the code review cycle are:
Establish Goals
- Prioritizing the code to be reviewed first.
Run the Static Analysis tool
- Runs the code against the defined set of rules
Review the code
(Human review) - time to review with your own eyes.
Bug Fixing
- Time to fix the issues.
...