It could be:
- Using Composer properly
- Understanding PSR standards
- Embracing object-oriented programming
- Writing unit tests
- Dependency injection
- Using Laravel (or Symfony) instead of raw PHP
It could be:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
been there tbh, figuring stuff out the hard way made stuff stick but took me ages - you reckon starting with all the right patterns up front actually makes for better devs though or does messing up help more
Yeah, I feel that! Struggling through things definitely makes it stick, but it can be a slow way 😅