collegeimprovements / design-patterns-in-elixir

Common design patterns in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Patterns in Elixir

This a collection of common design patterns you might be familiar with, converted to Elixir.

Pull requests are very welcome!

Patterns

Caveats

Remember that design patterns are only a guide. Don't impose design patterns on your systems. Design should surface organically.

Always use the terminology of your domain. Avoid using terms like "Factory", "Strategy", etc.. in your code, it's too ambiguous.

License

MIT

Contributors

Joshua Nussbaum

About

Common design patterns in Elixir


Languages

Language:Elixir 98.6%Language:Shell 1.4%