Working with legacy hurts...
A small rant about legacy systems + what do I learn from this
Mar 23, 20257 min read26

Search for a command to run...
Series
These are my "sticky" notes on lessons that I discovered at the cost of great inconvenience or pain as a self-taught web artisan.
A small rant about legacy systems + what do I learn from this

On 2024 April: updated to adapt Laravel 11
One thing I learned today, or actually was reminded of, that when tests begin to fail randomly on reruns, it is often that the factory of the model used may have been configured to use ->randomElement([...]) and therefore on certain combination that ...