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”
- Host: GitHub
- URL: https://github.com/slavikdev/design-patterns-in-dynamic-languages
- Owner: slavikdev
- License: mit
- Created: 2018-07-23T19:33:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T16:07:02.000Z (almost 8 years ago)
- Last Synced: 2025-08-01T23:49:08.049Z (10 months ago)
- Topics: design-patterns, dynamic, examples, javascript, ruby
- Language: Ruby
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |