Skip to content

Commit

Permalink
feat: added FAQ with all the patterns covered
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Jan 5, 2024
1 parent 997eb7a commit 2a3d46a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_data/faqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ the first to the very last page. Although, if you are already familiar with many
you can easily skim through the chapters and focus only on the content that matters the most to you. Check out the
[Table of Contents](#book-chapters) if you want to have a better feeling on how the book is structured.`
},
{
id: 'faq-full-list-of-patterns',
question: 'What are all the patterns discussed in the book?',
answer: `The central part of the book covers the most traditional design patterns from the gang of four book, but it also covers many other design patterns that are specific to JavaScript and Node.js.
This is the full list of patterns covered in the book: **Factory**, **Builder**, **Revealing Constructor**, **Singleton**, **Dependency Injection**, **Proxy**, **Decorator**, **Adapter**, **Strategy**, **State**, **Template**, **Iterator** (including generators and async iterators), **Middleware**, and **Command**.`
},
{
id: 'faq-is-it-up-to-date',
question: 'How up to date is this book?',
Expand Down

0 comments on commit 2a3d46a

Please sign in to comment.