TadoTheRustacean@programming.dev to Programmer Humor@programming.dev · 2年前What are variables and semicolons for actually?message-squaremessage-square36fedilinkarrow-up1113file-text
arrow-up1113message-squareWhat are variables and semicolons for actually?TadoTheRustacean@programming.dev to Programmer Humor@programming.dev · 2年前message-square36fedilinkfile-text
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up3·2年前Would you rather have semicolons or significant newlines?
minus-squareTadoTheRustacean@programming.devOPlinkfedilinkarrow-up5·2年前Semicolons. Statement’s can be written in multiple lines such as rust io::stdin(&mut foo) .unwrap(). Idk if it would work if the newlines were significant. Also when I paste something, it could be ready hard for the formatter to format it.
Would you rather have semicolons or significant newlines?
Semicolons. Statement’s can be written in multiple lines such as
rust io::stdin(&mut foo) .unwrap(). Idk if it would work if the newlines were significant. Also when I paste something, it could be ready hard for the formatter to format it.