Echo JS 0.11.0

<~>
sbruchmann 3630 days ago. link 5 points
Stop “being clever” when writing code! It’s not smart to write one line of code that, besides the author, nobody understands when the same thing could be written in 6 self-explanatory lines.

What’s a point of a one-liner that needs a blog post in order to be understood?

Replies

kolodny 3630 days ago. link 4 points
I think that understanding how the code works is a great learning experience
sbruchmann 3630 days ago. link 2 points
I agree. But things like this should never land in production.