Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering Clean Code in JavaScript, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:08
    The Course Overview
  • Урок 2. 00:11:11
    Clean Variables
  • Урок 3. 00:07:17
    Lexical Scope and let
  • Урок 4. 00:15:25
    Clean Functions
  • Урок 5. 00:07:41
    All about this
  • Урок 6. 00:10:36
    Clean Objects and Classes
  • Урок 7. 00:08:47
    Using a linter
  • Урок 8. 00:04:50
    Introduction to Functional Programming
  • Урок 9. 00:04:31
    Writing a Pure Function
  • Урок 10. 00:06:33
    Object.assign and the Spread Operator
  • Урок 11. 00:06:06
    Forget the Loop with Map and ForEach
  • Урок 12. 00:05:59
    Reducing an Array
  • Урок 13. 00:03:41
    Filtering an Array
  • Урок 14. 00:06:22
    Why Modules
  • Урок 15. 00:07:08
    The Module Pattern
  • Урок 16. 00:05:32
    The Node Package Manager
  • Урок 17. 00:05:00
    CommonJS
  • Урок 18. 00:07:24
    AMD
  • Урок 19. 00:05:41
    ES6 Modules
  • Урок 20. 00:07:15
    Tree-Shaking with Webpack
  • Урок 21. 00:13:38
    The Single Responsibility Principle
  • Урок 22. 00:09:35
    The Open/Closed Principle
  • Урок 23. 00:05:30
    The Liskov Substitution Principle
  • Урок 24. 00:07:51
    The Interface Segregation Principle
  • Урок 25. 00:10:50
    The Dependency Inversion Principle
  • Урок 26. 00:11:23
    The Singleton Pattern
  • Урок 27. 00:11:27
    The Observer Pattern
  • Урок 28. 00:09:53
    The Strategy Pattern
  • Урок 29. 00:06:29
    Introduction to Unit Testing
  • Урок 30. 00:10:56
    Installing and Using Jasmine
  • Урок 31. 00:12:44
    Test Driven Development
  • Урок 32. 00:05:56
    Making the Tests Pass
  • Урок 33. 00:07:20
    Error Handling Best Practices
  • Урок 34. 00:05:48
    Catching Errors from Promises
  • Урок 35. 00:07:12
    An Error Handler with Strategy
  • Урок 36. 00:05:10
    Logging