this post was submitted on 12 Jun 2023
482 points (100.0% liked)
Technology
1928 readers
7 users here now
Rumors, happenings, and innovations in the technology sphere. If it's technological news, it probably belongs here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
While I lean more towards Go, I have found that any Rust project that actually reaches maturity tends to be amazingly well built.
It might be a side-effect of Rustaceans on average being good programmers, or maybe the language itself just lends itself to robust, high performance software. Who knows.
It is mostly the second part. To code in rust, you must rethink how you code. If it isn't made properly, it just doesn't work whatsoever. So if it works, it really works. It really isn't an option to write error prone code.
People that learn rust can often apply those principles it forces you to learn to other languages too.