On Tue, Jun 3, 2025, at 12:46, Patrick Steinhardt wrote: >> Ah, that makes so much difference. > > That reads better, but I guess we can improve it even further. How about > this instead: > > To retain the same error code as `die()` we have to use `exit(128)`, > which is easy to get wrong and leaves magical numbers all over our > codebase. Looks great. Just s/magical numbers/magic numbers/