An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pattern_abstract_factory
Demonstration working abstract factory a pattern

* language: CoffeeScript
* status: complete

UML diagram:
![Image alt](https://github.com/DenQ/pattern_abstract_factory/raw/master/uml/pattern_abstract_factory.jpg)

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