Tag
Refactoring
Notes on the software we build and the tools we build it with. about Refactoring
-
In Laravel, the concepts of "Repository" and "Service" are often used to organize code in a way that promotes separation of concerns and clean architecture. This article will walk…
-
In Laravel, there are different approaches to organizing code when interacting with models and business logic. Two common patterns are Actions and Repositories. Here’s a breakdown…
-
Code style should never be something a reviewer has to raise. Relying on each developer to remember to run PHP CS Fixer or Laravel Pint before pushing guarantees it will eventually…
-
The wisdom of setting business goals-always striving for bigger and better is so established that it seems like the only thing left to debate is whether the goals are ambitious eno…