gnuswann@programming.dev to Programmer Humor@programming.dev · 1 year agoI personally use tabsprogramming.devimagemessage-square33fedilinkarrow-up1119arrow-down13
arrow-up1116arrow-down1imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square33fedilink
minus-squaresoundasleep@kbin.sociallinkfedilinkarrow-up13·1 year 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·1 year agoUse the Fibonacci series so you can smugly claim your code incorporates the gold ratio
minus-squarelasagna@programming.devlinkfedilinkarrow-up1·1 year agoGood, good. The less consistency the better.
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; }
Use the Fibonacci series so you can smugly claim your code incorporates the gold ratio
Good, good. The less consistency the better.