|
|
|
|
|
by api
666 days ago
|
|
There’s a reason both Go and Rust eschew exceptions. They’re something that superficially seemed like a great idea but that in practice complicate things by creating two exit paths for every function. They also don’t play nice with any form of async or dynamic programming. C++ should never have had them, but we have sane clean C++ now. It’s called Rust. |
|