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

Rust Programming

8190 readers
19 users here now

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

@KaczuH wow interesting take! My personal experience is that I LOVE refactoring rust code! Basically just change what you need to change and follow the to-do list returned by the compiler, knowing nothing will probably be forgotten. It's such a powerful thing that I now dread any big refactoring in other codebases, even Typescript.

[–] [email protected] 1 points 1 year ago

@KaczuH to be clear that probably the only point over which I think otherwise than the article. It's definitely a slower coding and iteration experience, that's the tradeoff of the robustness and correctness.