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