|
|
|
|
|
by jandrewrogers
76 days ago
|
|
C++ contracts standardizes what people already do in C++. Where is the complexity in that? It removes the need to write your own implementation because the language provides a standard interoperable one. An argument can be made that C++26 features like reflection add complexity but I don't follow that argument for contracts. |
|
This should also clarify the complexity issue.