1305
Brace Style (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] mox@lemmy.sdf.org 4 points 2 months ago* (last edited 2 months ago)

It’s often I have to double and triple check to verify I copied the code with correct indentation.

I vaguely remember facing that issue once or twice in the past, but certainly not often. It was because the pasted code was too long for its starting point to be easily found in my editor, even if I scrolled up a bit.

If this happens to you often, I wonder: perhaps the code you maintain should be broken into smaller functions?

If I was in that situation again, I think I would simply place a bookmark before pasting and then jump back to the bookmark to indent/dedent the pasted block appropriately.

Edit: Come to think of it, I would have to check and correct it regardless of the language and braces, since confusingly indented code is unwelcome in my commits.

[-] spikespaz@programming.dev 2 points 2 months ago

Don't you use a formatter that fixes whitespace in sloppy writing?

[-] mox@lemmy.sdf.org 1 points 2 months ago

I've never needed one.

this post was submitted on 28 Jul 2024
1305 points (99.0% liked)

Programmer Humor

19386 readers
355 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS