Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AdvantagesDisadvantages
All the advantages of the Builder Pattern and Factory used togetherAll the disadvantages of the Builder Pattern and Factory used together
No factory is needed the handle function will be reused from the aboveNot really a builder nor a Factory so maybe a bit hard to grasp at first


Decision & Rationale

The number 4 will be implemented which is mix of Builder and Factory