gnuswann to Programmer Humor · 2 years agoI personally use tabsimagemessage-square36fedilinkarrow-up1256arrow-down13
arrow-up1253arrow-down1imageI personally use tabsgnuswann to Programmer Humor · 2 years agomessage-square36fedilink
minus-squaresoundasleep@kbin.sociallinkfedilinkarrow-up23·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; }
minus-squarezbyte64@lemmy.blahaj.zonelinkfedilinkarrow-up2·2 years agoUse the Fibonacci series so you can smugly claim your code incorporates the gold ratio
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; }
Good, good. The less consistency the better.
Use the Fibonacci series so you can smugly claim your code incorporates the gold ratio