sagrotan,
@sagrotan@lemmy.world avatar

Many years ago I wrote some puny lines that randomly and repeatedly inserted the word “documentation” as comments into code. I stumbled upon one of those abominations shortly before Christmas, I laughed so hard as I remembered. I couldn’t explain to anybody why, though.

NounsAndWords,

Considering last year was six days ago…I agree.

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

I was once like “🤨… what drugs was I on when I wrote this 🤨”. Comments didn’t help, I must’ve been under the influence of something, it didn’t make any sense.

The weird thing is, it works 😂.

fidodo,

You gotta comment what drugs you were on when you wrote the code

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Darn, forgot to do that.

rimu,
@rimu@piefed.social avatar

Writing really good comments is an under-appreciated skill.

lurch,

Even though comments are very helpful, often it’s even enough to name variables and methods/functions really good. At least do that. You don’t want i, j and value. Believe me. You want rowCount, colCount and deliveryOption instead. You just may not know it now, but you will, when it has to be changed in a few months.

aksdb,

Where comments are useful most is in explaining why the implementation is as it is. Otherwise smart ass (your future self) will come along, rewrite it just to realize there was indeed a reason for the former implementation.

loutr,
@loutr@sh.itjust.works avatar

Comments are good when you’re doing something weird to handle an edge case or something. But yeah most of the time clear variable names, and extracting complicated code to a dedicated and clearly named function, are enough.

There are only two hard things in Computer Science: cache invalidation and naming things.

Phil Karlton

CaptKoala,

This is me with code I write now

umbrella,
@umbrella@lemmy.ml avatar

Whos the fucking idiot that wro… oh it was me.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • programmer_humor@programming.dev
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #