Saturday, February 18, 2012

An Interesting Read for Developers

I came across an interesting article/eBook, Essential JavaScript Design Patterns For Beginners [Hat Tip: Hacker News]

At the beginning of this book I will be focusing on a discussion about the importance and history of design patterns in any programming language. If you're already sold on or are familiar with this history, feel free to skip to the chapter 'What is a Pattern?' to continue reading.

One of the most important aspects of writing maintainable code is being able to notice the recurring themes in that code and optimize them. This is an area where knowledge of design patterns can prove invaluable.

It is well written. Worth the read if you're so interested.

No comments:

Post a Comment