@[email protected] to Programmer [email protected] • 2 years agoI personally use tabsprogramming.devimagemessage-square20fedilinkarrow-up129
arrow-up129imageI personally use tabsprogramming.dev@[email protected] to Programmer [email protected] • 2 years agomessage-square20fedilink
minus-square@[email protected]linkfedilink1•edit-22 years ago3 spaces is best because if the universe is chaos then everything in it should reflect that.
minus-squaresoundasleeplinkfedilink3•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