Удален по просьбе правообладателя
  1. Урок 1. 00:04:43
    Welcome
  2. Урок 2. 00:04:35
    What will you learn in this course?
  3. Урок 3. 00:04:15
    Who is the course for and prerequisites
  4. Урок 4. 00:03:30
    Teaching style
  5. Урок 5. 00:08:31
    What is refactoring?
  6. Урок 6. 00:13:01
    What are the general goals of refactoring?
  7. Урок 7. 00:02:35
    Introduction
  8. Урок 8. 00:07:06
    Renaming private members
  9. Урок 9. 00:07:26
    Renaming public members
  10. Урок 10. 00:06:15
    Extract method
  11. Урок 11. 00:06:58
    Inline method
  12. Урок 12. 00:02:00
    Section recap
  13. Урок 13. 00:02:06
    Introduction
  14. Урок 14. 00:18:32
    Decompose conditional
  15. Урок 15. 00:09:12
    Replace with temp query
  16. Урок 16. 00:10:53
    Return early / reduce nesting
  17. Урок 17. 00:01:04
    Section recap
  18. Урок 18. 00:01:29
    Introduction
  19. Урок 19. 00:23:52
    Wrap/isolate dependencies
  20. Урок 20. 00:19:40
    Extract and inject
  21. Урок 21. 00:02:13
    Section recap
  22. Урок 22. 00:01:44
    Introduction
  23. Урок 23. 00:09:20
    Parameters to parameter object
  24. Урок 24. 00:17:53
    Replace conditional with polymorphism and composition
  25. Урок 25. 00:01:27
    Introduction
  26. Урок 26. 00:11:37
    Rule of 3 and DRY
  27. Урок 27. 00:10:55
    Pull up method
  28. Урок 28. 00:07:27
    Form template method
  29. Урок 29. 00:19:42
    What is a rewrite vs refactor?
  30. Урок 30. 00:12:10
    What are the pros of rewriting?
  31. Урок 31. 00:16:49
    What are the cons of rewriting?
  32. Урок 32. 00:11:17
    Mitigating risks in large refactors
  33. Урок 33. 00:02:04
    Introducing the example
  34. Урок 34. 00:03:05
    Conversion routes
  35. Урок 35. 00:02:25
    Weather web response
  36. Урок 36. 00:03:37
    Rule of three + DRY on DTOs
  37. Урок 37. 00:11:16
    Strangler fig + repository facade
  38. Урок 38. 00:01:29
    Summary of example
  39. Урок 39. 00:02:29
    Conclusion