The old TestListener interface is gone, and the replacement is a set of typed events with subscribers. The typed events are a genuine improvement over a nine-method interface…
An order aggregate containing its lines, its shipments, its refunds and its notes, loaded in full to change a delivery address. Drawing the boundary by what belongs together…
Transferring stock between two warehouses belongs to neither warehouse, and putting it on one of them makes that one special for no reason. This is the case a…
Enabling QUIC on the edge terminator changes the client leg and nothing else, which is worth being clear about before reading a benchmark. Thirty milliseconds on the p75…
The layer cache handles an unchanged lock file; a cache mount handles the case where the lock file changed and 90% of the packages did not. Measured over…
A filter input rendering 4,000 rows on every keystroke, where the typing lag was the rendering rather than the filtering. The input updates immediately and the list update…
PHPUnit 10 deprecates the docblock forms in favour of attributes, which is a mechanical change across every test file and a real improvement. Attributes are parsed by the…
A handler that returns void is the pure form, and the controller behind it needs the identifier of the thing it just created. Generating the identifier at the…