Essential JavaScript Design Patterns For Beginners is a recent free mini e-book by by Addy Osmani. In addition to covering a several useful JavaScript design patterns, Osmani covers what design patterns are, what makes a good pattern, the structure of a pattern and anti-patterns. This is a great resource for a beginner.
Here’s Osmani on the benefit of patterns:
- Patterns are proven solutions: They provide solid approaches to solving issues in software development using proven solutions that reflect the experience and insights the developers that helped define and improve them bring to the pattern.
- Patterns can be easily re-used: A pattern usually reflects an out of the box solution that can be adapted to suit your own needs. This feature makes them quite robust.
- Patterns can be expressive: When you look at a pattern there’s generally a set structure and ‘vocabulary’ to the solution presented that can help express rather large solutions quite elegantly.
If you need something more basic to start out, check out our guide to free e-books on JavaScript and Stanford’s online course materials.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.