Skip to main content

Inspect the Design

Alt Text

πŸ“Œ Your Tasks​

  • Use the Design Phase Defects Checklist to review the program architecture.
  • Identify flaws in the current design and log them in ReviewForm.doc.
  • Recommend improvements to make the design more correct.

πŸ“Œ Resources​

πŸ“‹ Problem Design​

The program consists of:

  • Input Handling – Reads the given numbers.
  • Prime Number Check – Determines if a number is prime.
  • Longest Sequence Finder – Identifies the longest prime subsequence.
  • Output Handling – Prints the result.

πŸ“‹ Design Phase Defects Checklist​

CodeDefect Description
D_01Overall program architecture is unclear.
D_02Design does not fully cover the requirements.
D_03No proper error-handling strategy.
D_04No use of standard design patterns where applicable.
D_05Class names/descriptions do not reflect their purpose.
D_06Design is not flexible for future changes.
D_07Comments

πŸ“„ Download the checklist
πŸ“₯ Defects Checklist.pdf


πŸ“‹ Example Completed Review Entry​

Crt. No.Checked ItemIssueSuggestion
1D_02 – Design does not cover requirementsSubmarine instead of a CarRedo the design for a car simulator
2.........

πŸ“„ Download the review form
πŸ“₯ Review Form.doc