Skip to content

singhsatnam/design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

This repository contains the implementation of the design patterns taught in the Software Design Methods course using appropriate real-world examples.

Design patterns (and the respective real-world cases) implemented so far are:

  1. Association -- Aggregation DP: A team of players. -- Composition DP: Human anatomy.

  2. Decorator DP: Optional Extras while purchasing cars.

  3. Abstract Factory DP: Selection of different sorting techniques based on choice.

  4. Iterator DP: Customer support tickets.

  5. Observer DP: Messenging in a Slack group.

  6. Singleton DP: Initialization of a shared behaviour.

  7. Template DP: (Similar) steps in message transfer in multiple messanging services.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages