|
|
|
|
|
by mrcsd
939 days ago
|
|
It sounds like you're working on a mature C++ codebase, so yeah, good reason to stick with that. But I'm curious whether you feel it's worth spending effort on this discipline, outside of working on a particular codebase? I don't know C++, but being freed from making effort to avoid a class of bugs was easily enough for me to learn Rust instead (not that this was the only reason). |
|
So far I have used Rust very little, but what I have seen I have liked. I especially liked the much simpler inline assembly in Rust.