this post was submitted on 05 Aug 2024
271 points (94.1% liked)

Programmer Humor

23915 readers
794 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] xmunk@sh.itjust.works 26 points 10 months ago (1 children)

Once your pointer definition looks like a censored swear word you're doing something awful.

In my entire programming career I've used int ** less than a handful of times and I've always been borderline about refactoring when I need it.

[โ€“] CanadaPlus 6 points 10 months ago* (last edited 10 months ago)

Okay, but what if you're dealing with a rather high-dimensional tensor? In some kinds of coding it can happen, and you usually don't want to sacrifice performance when it does.

You can also do increasingly elaborate pointer arithmetic, but that seems worse, not better to me.