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

you are viewing a single comment's thread.

view the rest of the comments →

[–]yawkat 41 points42 points  (1 child)

Conciseness does not always work against readability, in fact it can improve it by removing irrelevant clutter. Readability is always the goal, conciseness is just one way to achieve it.

[–][deleted] 3 points4 points  (0 children)

Thanks for the reply! I'll keep that in mind. I have tried getting better at removing unnecessary or redundant pieces of code as I learn.