Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Writing Readable PHP, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:01
    Automatically formatting code
  • Урок 2. 00:03:28
    FORMATTING CODE USING GITHUB ACTIONS
  • Урок 3. 00:08:58
    Be Expressive
  • Урок 4. 00:06:53
    Be Consistent
  • Урок 5. 00:03:53
    Replace booleans in models with timestamps
  • Урок 6. 00:06:31
    Avoid using else
  • Урок 7. 00:10:51
    Refactoring complex conditionals
  • Урок 8. 00:05:41
    Make sure boolean parameters are readable
  • Урок 9. 00:11:22
    Using custom exceptions
  • Урок 10. 00:04:38
    Skip optional parameters by using named arguments
  • Урок 11. 00:04:01
    Replace if blocks with match
  • Урок 12. 00:07:34
    Trying out PHPStan for the first time
  • Урок 13. 00:05:38
    Class strings
  • Урок 14. 00:11:06
    Arrays and collections
  • Урок 15. 00:10:21
    Generics
  • Урок 16. 00:02:53
    Ignoring PHPStan issues
  • Урок 17. 00:05:41
    Use multiple routes files
  • Урок 18. 00:07:10
    Use custom Eloquent collections
  • Урок 19. 00:06:00
    Avoid strings where possible
  • Урок 20. 00:07:25
    Use Laravel's more descriptive methods if given
  • Урок 21. 00:10:27
    Leverage form requests
  • Урок 22. 00:06:02
    Use macros to clean up code
  • Урок 23. 00:07:58
    Embrace factories