Comment on The Legends is among us

<- View Parent
Jankatarch@lemmy.world ⁨1⁩ ⁨day⁩ ago

There are two types of programmers.

// comment1
if(condition1) {
  // comment2
  if(condition2) {
    // comment3
    if(condition3) {
      printf("hello, world\n");
    }
  }
}

and

// comment1
if(!condition!) {
  return;
}

// comment2
if(!condition2) {
  return;
}

// comment3
if(!condition3) {
  return;
}

printf("hello, world\n");

source
Sort:hotnewtop