You're viewing a single thread.
View all comments
14
comments
3 spaces is best because if the universe is chaos then everything in it should reflect that.
1 0 ReplyI'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; }
1 0 Reply
You've viewed 14 comments.
Scroll to top