What’s your opinion on prorgamming languages that separate lines with semicolons or those that just use a line break?

  • doomy
    link
    fedilink
    arrow-up
    5
    ·
    5 years ago

    I like languages where they are not required but can be used to delimit two statements on one line. I also like Rust in that no semicolon is an implicit return

    • DessalinesA
      link
      fedilink
      arrow-up
      2
      ·
      5 years ago

      Same, I like that implicit return too, I think some other languages have that too.

    • R...
      link
      fedilink
      arrow-up
      2
      ·
      5 years ago

      Which is highly confusing when you are learning Rust but come from Javascript.