Clean Code in JavaScript: Develop reliable, maintainable, and robust JavaScript
by James Padolsey
English | 2020 | ISBN: 1789957648 | 527 Pages | PDF,EPUB | 23 MB
by James Padolsey
English | 2020 | ISBN: 1789957648 | 527 Pages | PDF,EPUB | 23 MB
The book starts with popular clean-coding principles such as SOLID, and the Law of Demeter (LoD), along with highlighting the enemies of writing clean code such as cargo culting and over-management. You’ll then delve into JavaScript, understanding the more complex aspects of the language. Next, you’ll create meaningful abstractions using design patterns, such as the Class Pattern and the Revealing Module Pattern. You’ll explore real-world challenges such as DOM reconciliation, state management, dependency management, and security, both within browser and server environments. Later, you’ll cover tooling and testing methodologies and the importance of documenting code. Finally, the book will focus on advocacy and good communication for improving code cleanliness within teams or workplaces, along with covering a case study for clean coding.