• garlicandonions@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    It’s documentation. I’m a strickler to type in python so later when I look at my code and go what does this do it’s easier.

  • livingcoder@programming.dev
    link
    fedilink
    arrow-up
    24
    ·
    2 days ago

    When I learned Python I thought that not having a statically typed language was the way to go, but then it just became an issue when I was trying to ensure that everything was at least something like what I was expecting. Going back to statically typed languages even harder with Rust has been a dream. I love it.

  • renegadesporkA
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 days ago

    let comment: String = String::from(“lol”);
    println!(“{}”, comment);