addyosmani / essential-js-design-patterns

Repo for my 'Learning JavaScript Design Patterns' book
http://addyosmani.com/resources/essentialjsdesignpatterns/book/
4.82k stars 792 forks source link

Improve ability to reference examples out of the book #88

Open samyakbhuta opened 11 years ago

samyakbhuta commented 11 years ago
  1. Examples are not numbered ( or named). Difficult to communicate with others.
  2. Cannot point to a particular example using hyperlink. Makes it difficult in written communication. Moving examples to Gist and embedding them back in a page looks to be a sane option ? I suppose, this would bring other benefits as well. e.g. people can fork the example gist and do what not.