DEV Community

Discussion on: Writing Immutable and Functional JavaScript

Collapse
 
sebbdk profile image
Sebastian Vargr

This is great!
I wish everyone would read this. :)

I have been trying to subtlety nudge my other team members in this direction.
Especially in regards to pure functions.

Code usually becomes much more destructured, easier to refactor, re-use, etc.
When using concepts like these, in my experience. :)

Collapse
 
jacobmgevans profile image
Jacob Evans

Really glad you like it. I tried to not get overly complex and explain it as simply as I could... My joke is if I can explain it to my none technical friends and family then it's ready... This could still be better 😆😅

Thank you! 😁