Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Design Patterns & Antipatterns in JavaScript 2023, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:01
    What is Design Patterns?
  2. Урок 2. 00:04:02
    Categories Of Design Patterns
  3. Урок 3. 00:04:17
    Definition Of Antipatterns
  4. Урок 4. 00:01:25
    Congratulations
  5. Урок 5. 00:02:44
    What are Solid Principles
  6. Урок 6. 00:02:31
    Why is it important to follow SOLID principles
  7. Урок 7. 00:03:18
    Single Responsibility Principle
  8. Урок 8. 00:03:34
    Open/Closed Principle
  9. Урок 9. 00:02:51
    LSP
  10. Урок 10. 00:02:40
    ISP
  11. Урок 11. 00:02:40
    DIP
  12. Урок 12. 00:08:28
    Singleton Introduction
  13. Урок 13. 00:11:28
    Singleton Printer
  14. Урок 14. 00:02:04
    Summary
  15. Урок 15. 00:03:14
    Builder Introduction
  16. Урок 16. 00:09:56
    Create Task Builder
  17. Урок 17. 00:15:25
    Maze Game With Builder
  18. Урок 18. 00:03:04
    Consequences
  19. Урок 19. 00:06:13
    Abstract Factory
  20. Урок 20. 00:14:35
    Car Factory
  21. Урок 21. 00:03:43
    Maze Game
  22. Урок 22. 00:13:23
    Maze
  23. Урок 23. 00:15:14
    Complete and Play Maze Game
  24. Урок 24. 00:02:51
    Prototype Introduction
  25. Урок 25. 00:14:27
    Create a music note with prototype pattern
  26. Урок 26. 00:04:05
    Summary
  27. Урок 27. 00:05:56
    Adapter Introduction
  28. Урок 28. 00:21:58
    Calculator
  29. Урок 29. 00:04:13
    Adapter Summary
  30. Урок 30. 00:03:48
    Bridge Introduction
  31. Урок 31. 00:15:22
    MMORPG Game
  32. Урок 32. 00:03:45
    Bridge Summary
  33. Урок 33. 00:05:54
    Composite Introduction
  34. Урок 34. 00:24:22
    Ordering System
  35. Урок 35. 00:05:57
    Decorator Introduction
  36. Урок 36. 00:14:24
    Email Problem Coding
  37. Урок 37. 00:05:35
    Facade Introduction
  38. Урок 38. 00:31:50
    Ordering System Coding
  39. Урок 39. 00:08:29
    Flyweight Introduction
  40. Урок 40. 00:27:01
    Counter Strike with Flyweight
  41. Урок 41. 00:05:23
    Introduction
  42. Урок 42. 00:05:15
    Introduction 2
  43. Урок 43. 00:05:20
    Introduction 3
  44. Урок 44. 00:03:26
    Recognizing Antipatterns
  45. Урок 45. 00:04:34
    History Of Antipatterns
  46. Урок 46. 00:08:09
    The Big Ball Of Mud
  47. Урок 47. 00:01:12
    Treasure Game Intro
  48. Урок 48. 00:16:57
    Treasure Game With Antipattern
  49. Урок 49. 00:16:57
    Treasure Game Refactored
  50. Урок 50. 00:08:30
    The Golden Hammer
  51. Урок 51. 00:12:39
    Golden Hammer Code and Refactoring
  52. Урок 52. 00:11:50
    Spaghetti
  53. Урок 53. 00:32:18
    Spaghetti Code Example and Refactoring
  54. Урок 54. 00:08:30
    The God Object
  55. Урок 55. 00:08:18
    God Object Code and Refactoring
  56. Урок 56. 00:08:38
    Copy Paste Syndrome
  57. Урок 57. 00:10:26
    Copy Paste Code Example
  58. Урок 58. 00:11:08
    Lava Flow
  59. Урок 59. 00:06:13
    Lava Flow Code and Refactoring
  60. Урок 60. 00:17:21
    Technigues For Refactoring