Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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

You can’t perform that action at this time.