• soundasleep
    link
    fedilink
    231 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;
    }
    
    
    • @lasagna
      link
      51 year ago

      Good, good. The less consistency the better.