DEV Community

Discussion on: Why do we write JavaScript like this?

Collapse
 
tominflux profile image
Tom

I have never ever actually had a problem with JavaScript running too slowly. Only ever issues with performance of complex graphical operations stemming from low-level. The readability that this functional, immutable style of JS provides has, however, been incredibly beneficial to me in terms of being able to wrap my head around large codebases.