Answer the question
In order to leave comments, you need to log in
How relevant is the book "Javascript Patterns" by S. Stefanov?
Good afternoon, tell me please, how relevant is this book in the realities of modern javascript?
Answer the question
In order to leave comments, you need to log in
Relevant until nothing else has been written about JS, just by reading a book, represent classes instead of prototypes. Well, or read something else, the same gang of four.
Here are more materials on the topic
https://www.ozon.ru/context/detail/id/20216992/
https://refactoring.guru/ru/design-patterns
Scrolled through, similar to Airbnb()'s JavaScript Code Guide , but more detailed. The purpose of the book, as I understand it, is to show the features of js code, and how best to do what can be achieved in different ways.
What is written there will probably still be relevant for a very long time. But, for example, instead of var
now it is customary to use let
and , for some reason I did not find a mention const
of the operator that it is better not to use it. delete
I think it's not critical.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question