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