• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 15, 2023

help-circle
rss

I think Rust actually is actually among the best in this regard for the simple reason that there is consistency given by the compiler. A simple cargo fmt and cargo build will fix or warn you about everything. I can read into Rust codebases so quickly. C++ was always really exhausting because most of the time you were just getting used to the code style.