https://github.com/denq/pattern_abstract_factory
Demonstration working abstract factory pattern
https://github.com/denq/pattern_abstract_factory
Last synced: 11 months ago
JSON representation
Demonstration working abstract factory pattern
- Host: GitHub
- URL: https://github.com/denq/pattern_abstract_factory
- Owner: DenQ
- Created: 2015-06-28T10:07:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T21:12:57.000Z (almost 11 years ago)
- Last Synced: 2025-03-16T10:36:12.598Z (about 1 year ago)
- Language: CoffeeScript
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pattern_abstract_factory
Demonstration working abstract factory a pattern
* language: CoffeeScript
* status: complete
UML diagram:

For run:
```
node js/app.js
```
Result:
```
{ type: 'Mercedes', color: 'green' }
```