gnuswann@programming.dev to Programmer Humor@programming.dev · 3 年前I personally use tabsprogramming.devexternal-linkmessage-square19linkfedilinkarrow-up132arrow-down10
arrow-up132arrow-down1external-linkI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 3 年前message-square19linkfedilink
minus-squaresoundasleep@kbin.sociallinkfedilinkarrow-up4·3 年前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; }
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; }