soundasleep

joined 2 years ago
[–] soundasleep@kbin.social 1 points 2 years 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;
}

view more: ‹ prev next ›