pamhrituc / Design_Patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design_Patterns

A small command line app written as a project for the Design Patterns course. Handles 3 different Star Lists: Luggage, ToDo & Grocery. Lists are read/written to file. Can add a new list, order them by date/title, view a list by title & view all lists.

Design Patterns used:

Creational Design Pattern used: Factory Method

Structural Design Patterns used: Composite, Adaptor

Behavioral Design Patterns used: Iterator, Strategy