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