ochococo / Design-Patterns-In-Swift

📖 Design Patterns implemented in Swift 5.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Flyweight pattern

avoxm opened this issue · comments

commented

There are 3 more patterns from the classical GOF collection that are missing.
I will open a separate issue for each of them and send a pull request to add those too sometime this week.

Hi, did you add template design pattern already?

@lalaphoon - check my fork and pull request.. I added an implementation of the template method