Hacker News new | ask | show | jobs
by bojan 59 days ago
In addition to what /u/bakugo already said, they also have custom global magic functions all over the place.

The code discipline and patterns they encourage are so bad that they had to wrap PhpUnit into their own version of the unit test framework named Pest, because PhpUnit intentionally discourages those patterns natively.

1 comments

Pest is just phpUnit syntax sugar. Claude will happily switch between the two syntaxes in seconds.
So will I, albeit less happily, but that's not really saying anything.