OsrsNeedsF2P@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agoThis is not a meme, I was trying to find content for an OC /c/programmerhumor post and found thisi.imgur.comexternal-linkmessage-square59linkfedilinkarrow-up173arrow-down10
arrow-up173arrow-down1external-linkThis 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 · 2 years agomessage-square59linkfedilink
minus-squareEavolution@kbin.sociallinkfedilinkarrow-up3arrow-down1·2 years agoIt goes on the line! If you put it below, you’re wasting a line for no extra readability!
minus-squareGNU/Dhruv@lemmy.mllinkfedilinkarrow-up4·2 years agoIt goes on the next line, so you can have open and close brackets at the same indent depth for easy visual matching.
minus-squareTheInsane42@lemmy.mllinkfedilinkarrow-up2·2 years 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…
minus-squareForbiddenRoot@lemmy.mllinkfedilinkarrow-up1·edit-22 years agofn main() { println!("WTF?"); } PS: I know what you meant
It goes on the line! If you put it below, you’re wasting a line for no extra readability!
It goes on the next line, so you can have open and close brackets at the same indent depth for easy visual matching.
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…
deleted by creator
fn main() { println!("WTF?"); }
PS: I know what you meant