Skip Navigation

You're viewing a single thread.

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

    • 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;
      }
      
      
You've viewed 14 comments.