A team is developing a safety-critical system. Which code review techniques would be most appropriate to ensure the reliability and correctness of the code?

  • Formal Inspections
  • Lightweight Code Reviews
  • No Code Review
  • Pair Programming
In the context of safety-critical systems, where reliability and correctness are paramount, formal inspections are the most appropriate code review technique. Formal inspections involve rigorous, structured reviews that can uncover potential issues and defects in the code that might be missed in less formal processes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *