this post was submitted on 25 Mar 2025
197 points (97.1% liked)

Rust

6682 readers
41 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

It's getting more and more unhinged on LinkedIn.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 5 days ago (12 children)

I seriously doubt changing language would impact a senior that much...

[–] [email protected] 18 points 5 days ago (11 children)

Rust is one of the harder languages for beginners to learn because of its borrow checker and strict ownership model, but it shouldn't take more than a month or two for a competent senior to pick up.

It's going to be deeply unpleasant and seem like a problem if:

  • You're writing dangerously bad C or C++ code already.
  • You've only ever used Python or JavaScript.
  • You try to shoehorn OOP and inheritance into it (Rust idioms are composition and functional programming).
  • You refuse to use/learn pattern matching.
  • You're a pedant about "pretty" syntax.

If someone is at a senior level and any of those apply, they probably shouldn't be at a senior level, though.

[–] onlinepersona 6 points 5 days ago

You’re writing dangerously bad C or C++ code already.

Shots fired. Must be footgun that went off somewhere.

Anti Commercial-AI license

load more comments (10 replies)
load more comments (10 replies)