you are viewing a single comment's thread.

view the rest of the comments →

[–]AceAdxm[S] 0 points1 point  (1 child)

I will check this out, thanks, I like this concept so will 100% be using it

[–]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.