Comment by ben-schaaf

Comment by ben-schaaf a day ago

2 replies

I have the opposite experience: C++ is what I have the most experience with by a very wide margin, but I find reading other people's rust code way easier than other people's C++ code. There's way more weird features, language extensions and other crazy stuff in C++ land.

johnisgood a day ago

I think both Rust and C++ are behemoths. I do not even know what "proper" "modern" C++ is.

ikkun 19 hours ago

I believe you, I haven't contributed a lot of C++ code and it's quite possible the projects I have contributed to (e.g. godot engine) just happen to be written very legibly.