File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Pydesignpatterns
14
14
- [x] [ Metaclass] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/singleton_metaclass.py )
15
15
- [x] [ Threaded] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/singleton_thread.py )
16
16
- [x] ** Example:** * [ Counter] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/singleton_counter.py ) *
17
- - [ ] FactoryMethod
18
- - [x] [ Naive] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/factorymethod_naive.py )
19
- - [ ] ** Examples:**
20
- - [x] * [ Pizza] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/factorymethod_pizza.py ) *
21
- - [x] * [ Burger] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/factorymethod_burger.py ) *
22
- - [ ] * Hash*
23
- - [ ] * Translator*
17
+ - [x] Simple Factory
18
+ - [x] [ Naive] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/simplefactory_naive.py )
19
+ - [x] ** Examples:**
20
+ - [x] * [ Pizza] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/simplefactory_pizza.py ) *
21
+ - [x] * [ Burger] ( https://github.com/avidLearnerInProgress/design-patterns/blob/master/pydesignpatterns/creational/simplefactory_burger.py ) *
22
+ - [ ] Factory Method
23
+ - [ ] Naive
24
+ - [x] ** Example:** * [ Car] ( ) *
24
25
25
-
26
26
- [ ] Structural Design Patterns
27
27
- [ ] Behavioral Design Patterns
28
28
- [ ] Concurrency Design Patterns
You can’t perform that action at this time.
0 commit comments