26
I personally use tabs (programming.dev)
top 13 comments
sorted by: hot top controversial new old
[-] drew_belloc@programming.dev 2 points 1 year ago

Amateur! I use coments so it looks like this:

function main(){ /tab/if(fish==2){ /tab//tab/console.log("i need help"); /tab/} }

[-] lasagna@programming.dev 1 points 1 year ago* (last edited 1 year ago)

3 spaces is best because if the universe is chaos then everything in it should reflect that.

[-] soundasleep@kbin.social 2 points 1 year ago

I'm more about increasing spaces exponentially to really highlight how important each line is

public boolean function() {
 if (method()) {
   if (otherMethod()) {
       for (Object o : list()) {
               if (o.isAlive()) {
                               return false;
               }
       }
   }
 }
 return true;
}

[-] PitzNR@lemmy.world 1 points 1 year ago

This is horrifying, this is straight up blaspheny

[-] chaorace@lemmy.sdf.org 0 points 1 year ago

For real. OP needs to give up on this ridiculous notion of tabbed whitespace and learn to use real, monospaced indentation. How wide is a tab? OP couldn't tell you because tabs are inherently dishonest -- a lie concocted by big keyboard to poison the unwashed programmer masses.

[-] gnuswann@programming.dev 1 points 1 year ago

I meant for my personal projects. For the code that only I see, tabs are much better for navigation. But it's true that if there are several of us working on the project, the spaces are much better.

[-] xyon@lemmy.blahaj.zone 1 points 1 year ago

Tabs are one tab character wide, it's perfect

[-] chaorace@lemmy.sdf.org 1 points 1 year ago

You're one character wide

[-] ZILtoid1991@kbin.social 0 points 1 year ago
int mostCursedIndentation (const int someVal) @safe {
{}{}if (someVal < 0) {
{}{}{}{}throw new Exception ("Value cannot be negative!");
{}{}}
{}{}return someVal * 5 - 3;
}

[-] soft_frog@kbin.social 1 points 1 year ago

Can you start randomly nest them too?

{{}}{}int foo = bar

[-] ZILtoid1991@kbin.social 1 points 1 year ago

You made it even worse!

[-] thkruz@programming.dev 0 points 1 year ago

...this...this can't be real...no one is that much of a sadist are they?

This whole thread is what nightmares are made of.

[-] deaf_fish@lemm.ee 2 points 1 year ago

So at my work we've implemented a automatic code formatter. Instead of having discussions about the process of changing the configuration file we just put it up on GitHub. I think I might have found a fun April fool's prank.

load more comments
view more: next ›
this post was submitted on 17 Jun 2023
26 points (100.0% liked)

Programmer Humor

19208 readers
1433 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