gnuswann@programming.dev to Programmer Humor@programming.dev · 2 years agoI personally use tabsprogramming.devimagemessage-square20fedilinkarrow-up140arrow-down11
arrow-up139arrow-down1imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square20fedilink
minus-squaresoundasleep@kbin.sociallinkfedilinkarrow-up5·2 years agoI’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; }