Posts

Contracts in C++26

Contracts allow you to specify preconditions, postconditions, and invariants for functions. Contracts…
Design by contract

C++ Core Guidelines: A Short Detour to Contracts in C++20

/
My original plan was it to write in this post about the next rules to error handling. But I changed my…