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

https://github.com/slavikdev/design-patterns-in-dynamic-languages

Examples and support files for the tech talk “Design Patterns in Dynamic Languages”
https://github.com/slavikdev/design-patterns-in-dynamic-languages

design-patterns dynamic examples javascript ruby

Last synced: 9 months ago
JSON representation

Examples and support files for the tech talk “Design Patterns in Dynamic Languages”

Awesome Lists containing this project

README

          

# Design Patterns in Dynamic Languages
Examples and support files for the tech talk.

## Resources:
| Title | Description |
| ----------- | ----------- |
| [“Design Patterns in Dynamic Languages”](http://norvig.com/design-patterns/) | Presentation by Peter Norvig (Harlequin Inc., currently Google) |
| [Design Patterns in Python](http://www.aleax.it/gdd_pydp.pdf) | Presentation by Alex Martelli (Google) |
| [Examples of Design Patterns in Python](https://github.com/faif/python-patterns) | Popular Github repo by Sakis Kasampalis |
| [“Design Patterns in Dynamic Languages”](http://www.oracle.com/technetwork/server-storage/ts-4961-159222.pdf) | Presentation by Neal Ford (ThoughtWorks) |
| [“Design Patterns Considered Harmful”](https://www.perlmonks.org/?node_id=133399) | An opinion about the original GoF book. Basically about using DP without thinking |
| [What books had the greatest effect on how you structure your code?](https://news.ycombinator.com/item?id=14841939) | Long thread of useful book mentions as well as opinions on DP |