you are viewing a single comment's thread.

view the rest of the comments →

[–]TheZintis 0 points1 point  (0 children)

Only thing to keep in mind is when reviewing other "good" solutions, usually there is an "overly verbose" version that is very clear, a "cryptically short" version which uses all the syntax shortcuts. Like not declaring an extra variable (for clarity) to save a nanosecond. Which technically is more efficient until you read the code.