gnuswann@programming.dev to Programmer Humor@programming.dev · 1 year agoI personally use tabsprogramming.devimagemessage-square33fedilinkarrow-up1129arrow-down12
arrow-up1127arrow-down1imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square33fedilink
minus-squarelasagna@programming.devlinkfedilinkarrow-up6·edit-21 year ago3 spaces is best because if the universe is chaos then everything in it should reflect that.
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-squarelasagna@programming.devlinkfedilinkarrow-up2·1 year agoGood, good. The less consistency the better.
minus-squarezbyte64@lemmy.blahaj.zonelinkfedilinkarrow-up2·1 year agoUse the Fibonacci series so you can smugly claim your code incorporates the gold ratio
minus-squareWalrusDragonOnABike@kbin.sociallinkfedilinkarrow-up2·1 year agoBut what if the chaos plays favorites and favors tabs?
minus-squarelasagna@programming.devlinkfedilinkarrow-up3·1 year agoFor line in lines: if char[0] == SPACE { del char[0]} else if char[0] == TAB {char[0] = SPACE*3} save(‘overwrite’)
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; }
Good, good. The less consistency the better.
Use the Fibonacci series so you can smugly claim your code incorporates the gold ratio
But what if the chaos plays favorites and favors tabs?
For line in lines: if char[0] == SPACE { del char[0]} else if char[0] == TAB {char[0] = SPACE*3}
save(‘overwrite’)