A cascade of .eslintrc files with extends chains four deep, where nobody could say which rules were actually active. The flat config is a JavaScript array with explicit…
Infrastructure code is edited rarely and by different people each time, so it accumulates whitespace disagreements faster than application code. The point is not tidiness but that a…
Assigning to an undeclared property has silently created one since PHP 4, which means every typo in a property name has been a working assignment to the wrong…
Two of the four string interpolation syntaxes are deprecated, and they are the two that are ambiguous to read. The dollar-brace form is the one that makes a…