this post was submitted on 26 Oct 2023
31 points (87.8% liked)

Rust Programming

8191 readers
2 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

@robinm that’s the point. Refactoring in Rust is safe. You can change a small module in a project and as long as you don’t fuck up the logic you can be sure, that if it compiles, it will work. I used C/C++, QML/JavaScript and Python. For me personally Rust provides the best workflow to iterate fast and write safe code.