Prototype

  • Re-examine the outstanding issues with the command implementation
  • Review the Prototype Pattern
  • Show how this pattern is a useful fit for the command pattern
  • Review the Observer pattern

Objectives

  • Explore some deficiencies in the pacemaker command pattern implementation
  • Introduce prototype into the pacemaker application to fix these issues.
  • Experiment and debug