sareg0 / jsdp-notes-and-code

A repo to collect my own notes and reproductions of the code examples found in Learning JavaScript Design Patterns by Addy Osmani

Repository from Github https://github.comsareg0/jsdp-notes-and-codeRepository from Github https://github.comsareg0/jsdp-notes-and-code

Learning JavaScript Design Patterns - Notes and Code

This repository reproduces the code examples found in 'Learning JavaScript Design Patterns' by Addy Osmani for learning purposes. The point is to strengthen my own muscle memory by reproducing each example by hand (instead of just reading) and pay more attention to the code examples in the book.

There may be some alterations to the code examples, such as my own notes or questions or perhaps experiments in writing automated tests for the code.

Attribution Details

  • Title: "Learning JavaScript Design Patterns"
  • 2nd ed.
  • Addy Osmani
  • Published by O'Reilly
  • Copyright 2023 Adnan Osmani
  • ISBN: 978-1-098-13987-2

Sources

Please visit the original companion site to the book to see the original code: https://addyosmani.com/learning-jsdp/

https://github.com/addyosmani/learning-jsdp

About

A repo to collect my own notes and reproductions of the code examples found in Learning JavaScript Design Patterns by Addy Osmani

License:MIT License


Languages

Language:HTML 89.8%Language:JavaScript 10.2%