Examples and support files for the tech talk.
| Title | Description |
|---|---|
| “Design Patterns in Dynamic Languages” | Presentation by Peter Norvig (Harlequin Inc., currently Google) |
| Design Patterns in Python | Presentation by Alex Martelli (Google) |
| Examples of Design Patterns in Python | Popular Github repo by Sakis Kasampalis |
| “Design Patterns in Dynamic Languages” | Presentation by Neal Ford (ThoughtWorks) |
| “Design Patterns Considered Harmful” | 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? | Long thread of useful book mentions as well as opinions on DP |