Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rurban
on Jan 2, 2023
|
parent
|
context
|
favorite
| on:
Adding design-by-contract conditions to C++ via a ...
Such assertions are nice, but easier done with normal assert(). No need for a plugin.
Much better is formal verification though, which I do on all my containers. cbmc is your friend.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Much better is formal verification though, which I do on all my containers. cbmc is your friend.