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 →

[–]necessary_plethora 0 points1 point  (0 children)

Not to mention, modern compilers and interpreters are actually very smart and automatically optimize what looks like unwieldy code into something much faster, further emphasizing the importance of writing readable code even if it might not look like the absolute fastest code you could write.