/essential-js-design-patterns

Repo for 'Learning JavaScript Design Patterns' by O'Reilly

Primary LanguageCSS

Introduction

This is the repo for 'Learning JavaScript Design Patterns', an open-source book on JavaScript patterns also released for sale (should you wish to support the project that way) via O'Reilly Media.

Design patterns are reusable solutions to commonly occurring problems in software development and are a very useful tool to have at your disposal. You can read the latest version online for free at any time.

Version 1.5.2 of the book is currently over 254 pages in length and 1.0 was downloaded approximately 260,000 times during 2011. Additional formats of the book are available in the 'formats' directory.

Why is this book needed?

I wanted to write this book as I felt that patterns were an area a lot of new and intermediate JavaScript developers may not have had a chance to explore just yet and I'm hopeful my book will encourage you to check them out as they can be quite powerful.

###Contributing

If you would like to help improve the book, please feel free to fork this project. All changes should be made against the 1.5.2 branch (master is currently 1.5.1). The source of the book is currently in book/index.html and all other formats are re-generated every week or two (until I convert the project to markdown or DocBook).

###Translations

There are a lot of requests to translate this project into other languages. Please note that as O'Reilly have set standards for the translation of their book projects, if you wish to help with translation, we (at the moment) require that you contact us to get involved with this effort.

###License

This book is released under a Creative Commons Attribution-Noncommercial- No Derivative Works 3.0 United States License. What this means it that the project is free to read and use, but the license does not permit commercial use of the material (i.e you can freely print out the book for your own use, but you can't sell it). I'm trying to best to publish all of my books in a free + purchased (if you would like to support these projects) form so I would greatly appreciate it if you would respect these terms.

Copyright Addy Osmani, 2012.