Design Patterns in Dynamic Languages (1996)
1–6 of 6 posts
Re: Design Patterns in Dynamic Languages (1996)
#2Re: Design Patterns in Dynamic Languages (1996)
#3I suppose a workaround would be to learn a static language well enough to understand the need for the full set of design patterns, and then read a guide like this, but it seems like there should be a more elegant way.
Re: Design Patterns in Dynamic Languages (1996)
#4Re: Design Patterns in Dynamic Languages (1996)
#5I would love a guide to design patterns in dynamic languages that doesn't presuppose a familiarity with design patterns in static languages. Most of the design pattern guides I've read, it tried to read, follow this same assumption. I suppose a workaround would be to learn a static language well enough to understand the need for the full set of design patterns, and then read a guide like this, but it seems like there…
Re: Design Patterns in Dynamic Languages (1996)
#6I would love a guide to design patterns in dynamic languages that doesn't presuppose a familiarity with design patterns in static languages. Most of the design pattern guides I've read, it tried to read, follow this same assumption. I suppose a workaround would be to learn a static language well enough to understand the need for the full set of design patterns, and then read a guide like this, but it seems like there…
Harry Percival's upcoming Python book might interest you, although I think it's focused more on patterns for structuring the application than patterns for the small details: https://www.cosmicpython.com/