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