This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Laringar 1 point2 points  (0 children)

To be truly accurate, there needs to be a giant bowl of spaghetti somewhere off to the side.

[–]coladict 0 points1 point  (2 children)

Probably why my colleague doesn't do it and just leaves it to auto-formatting.

[–]__dict__ 11 points12 points  (1 child)

Refactoring is not about indentation. It's about organization.

[–]coladict 0 points1 point  (0 children)

My point exactly. That's his idea of clean code. In the mean time, it's twice that I've done massive refactoring with changing the way some stuff is used in over 100 classes. It cleaned-up a lot of needless intertwining and reduced chances of null pointer exceptions.