OsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comimagemessage-square73fedilinkarrow-up195arrow-down10
arrow-up195arrow-down1imageThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comOsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square73fedilink
minus-squareGNU/Dhruv@lemmy.mllinkfedilinkarrow-up5·1 year agoIt goes on the next line, so you can have open and close brackets at the same indent depth for easy visual matching.
minus-squareSteeve@lemmy.calinkfedilinkarrow-up2·1 year agoYour closing } goes on a new line below at the same indent depth as the line containing the open {!
minus-squareForbiddenRoot@lemmy.mllinkfedilinkarrow-up1·edit-21 year agofn main() { println!("WTF?"); } PS: I know what you meant
minus-squareTheInsane42@lemmy.mllinkfedilinkarrow-up1·1 year agoThis, as it also helps when using % to go to the matching open/close bracket when the cursos doesn’t jump all around the place…
It goes on the next line, so you can have open and close brackets at the same indent depth for easy visual matching.
Your closing } goes on a new line below at the same indent depth as the line containing the open {!
fn main() { println!("WTF?"); }
PS: I know what you meant
This, as it also helps when using % to go to the matching open/close bracket when the cursos doesn’t jump all around the place…