E-Book, Englisch, 548 Seiten
Padolsey Clean Code in JavaScript
1. Auflage 2020
ISBN: 978-1-78995-729-7
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Develop reliable, maintainable, and robust JavaScript
E-Book, Englisch, 548 Seiten
ISBN: 978-1-78995-729-7
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Clean Code in JavaScript".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Algorithmen & Datenstrukturen
- Mathematik | Informatik EDV | Informatik Informatik Mensch-Maschine-Interaktion User Interface Design & Benutzerfreundlichkeit
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Webprogrammierung
Weitere Infos & Material
Table of Contents - Setting the Scene
- The Tenets of Clean Code
- The Enemies of Clean Code
- SOLID and Other Principles
- Naming Things is Hard
- Primitive and Built-In Types
- Dynamic Typing
- Operators
- Parts of Syntax and Scope
- Control Flow
- Design Patterns
- Real-World Challenges
- The Landscape of Testing
- Writing Clean Tests
- Tools for Cleaner Code
- Documenting Your Code
- Other Peoples' Code
- Communication & Advocacy
- Case Study