gnuswann@programming.dev to Programmer Humor@programming.dev · 2 years agoI personally use tabsprogramming.devimagemessage-square16fedilinkarrow-up128arrow-down10
arrow-up128arrow-down1imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square16fedilink
minus-squarelasagna@programming.devlinkfedilinkarrow-up1·edit-22 years ago3 spaces is best because if the universe is chaos then everything in it should reflect that.
minus-squaresoundasleep@kbin.sociallinkfedilinkarrow-up2·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; }
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; }