Skip to content

Releases: cra16/OODP-Collaborator

Iteration 2 Release

18 May 11:17
Compare
Choose a tag to compare

Hello! This is our release of 2nd iteration. We have added numerous feature in this release, such as login & sign-up. Full change list please refer Release note.

Release Note

  • Refactoring on demand
    • Refactored that almost duplicate code has been eliminated
    • Eliminated switch statement
  • Design Pattern added
    • Singleton
    • State
    • Factory Method
    • Template Method