Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/addyosmani/learning-jsdp
Learning JavaScript Design Patterns: 2nd Edition - The Examples
https://github.com/addyosmani/learning-jsdp
design-patterns javascript
Last synced: 5 days ago
JSON representation
Learning JavaScript Design Patterns: 2nd Edition - The Examples
- Host: GitHub
- URL: https://github.com/addyosmani/learning-jsdp
- Owner: addyosmani
- Created: 2023-04-18T21:18:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T10:31:01.000Z (about 1 year ago)
- Last Synced: 2025-01-07T10:08:37.196Z (12 days ago)
- Topics: design-patterns, javascript
- Language: HTML
- Homepage: https://jsdp.addyosmani.com
- Size: 3.04 MB
- Stars: 301
- Watchers: 14
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- pure-awesomeness - Learning JSDP
README
# Learning JavaScript Design Patterns: Second Edition
This repository contains the code snippets and examples for the O'Reilly book _Learning JavaScript Design Patterns: Second Edition_ by Addy Osmani.
## Repository Structure
The repository is organized into directories corresponding to each chapter of the book. Each directory is named `ch` followed by the chapter number, with numbers under 10 formatted as `01`, `02`, `03`, etc.
For example:
- `ch01/` contains code snippets for Chapter 1
- `ch02/` contains code snippets for Chapter 2
- `ch03/` contains code snippets for Chapter 3
- ...## License
This repository is licensed under the MIT License.