You are viewing a single thread.
View all comments 15 points
*
3 spaces is best because if the universe is chaos then everything in it should reflect that.
21 points
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;
}
3 points
2 points
6 points
3 points