Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай SOLID Code in Laravel, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:09
    Before We Begin: What is SOLID and My Initial Thoughts
  2. Урок 2. 00:05:52
    S: Single-Responsibility Principle - Too Big Methods
  3. Урок 3. 00:04:11
    S: Single-Responsibility Principle - Too Big Controllers
  4. Урок 4. 00:05:04
    O: Open-Closed Principle - Report Formats with New Classes
  5. Урок 5. 00:02:49
    O: Open-Closed Principle - Vendor in Laravel
  6. Урок 6. 00:04:05
    O: Open-Closed Principle - Eloquent Attribute with Salary Calculator
  7. Урок 7. 00:06:22
    L: Liskov Substitution Principle - Type-Hint Everything
  8. Урок 8. 00:03:22
    I: Interface Segregation Principle - Default Laravel Models
  9. Урок 9. 00:02:53
    I: Interface Segregation Principle - Separate Data and Download
  10. Урок 10. 00:03:29
    D: Dependency Inversion Principle - Pass the Parameter as Interface
  11. Урок 11. 00:01:45
    D: Dependency Inversion Principle - Report Interface
  12. Урок 12. 00:12:12
    Monica CRM: 4 Principles with Some Potential Improvements
  13. Урок 13. 00:07:06
    Koel Music Service: Useful Services and Kinda Useless Repositories?
  14. Урок 14. 00:04:21
    Spatie Media Library: HasMedia Interface with Trait Implementation
  15. Урок 15. 00:03:01
    Laravel Fortify: Override Views for All Pages
  16. Урок 16. 00:22:07
    Tools for Static Analysis to Detect SOLID Violations: Larastan, PHP Insights, PHP Metrics
  17. Урок 17. 00:03:03
    DRY: Blade Components
  18. Урок 18. 00:02:07
    Fowler's Code Smells
  19. Урок 19. 00:04:53
    YAGNI And Premature Optimisation
  20. Урок 20. 00:03:42
    SOLID is Too Old? Introducing SHOC and CUPID
  21. Урок 21. 00:02:18
    So How to Apply SOLID in Everyday Coding?