Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.03 KB

File metadata and controls

12 lines (11 loc) · 1.03 KB

Design Patterns in Dynamic Languages

Examples and support files for the tech talk.

Resources:

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