Skip to content

pamhrituc/Design_Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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