gnuswann@programming.dev to Programmer Humor@programming.dev · 3年前I personally use tabsprogramming.devimagemessage-square37fedilinkarrow-up1229
arrow-up1229imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 3年前message-square37fedilink
minus-squaresoundasleep@kbin.sociallinkfedilinkarrow-up21·3年前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; }
minus-squarelasagna@programming.devlinkfedilinkarrow-up4·3年前Good, good. The less consistency the better.
minus-squarezbyte64@lemmy.blahaj.zonelinkfedilinkarrow-up2·3年前Use 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