• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • aDogCalledSpot@lemmy.ziptoProgrammer Humor@lemmy.mlcodeStyle
    link
    fedilink
    English
    arrow-up
    14
    ·
    4 months ago

    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.