|
|
|
|
|
by IshKebab
961 days ago
|
|
I don't think it's really any more difficult to build sane C++ codebases than any other language. The issue is not sanity; it's safety. It's extraordinarily difficult to build a significant C++ codebase without segfaults and UB. You end up wasting a huge amount of time debugging that stuff. Any time I've lost fighting Rust's borrow checker has easily been paid off by not having to debug segfaults. |
|