Hacker News new | ask | show | jobs
by int_19h 16 days ago
With Rust macros it's also possible to bolt on proper design by contract into the language.
1 comments

Unless you enforce those macros somehow in a team setting, someone's going to forget to use them, and then you're still stuck with the original problem.