You're viewing a single thread.
All comments
53
comments
the last one is just immutability, praised in modern JS / TS, albeit at the repo level
12 0 ReplyI "love" how JavaScript has slowly rediscovered every piece of functional programming wisdom that was developed before 1980.
15 0 ReplyKind of, though they honestly just do pretend immutability. Object references are still copied everywhere.
2 0 ReplyAll of javascript is kinda just pretend.
5 0 ReplyI find you need the whole ecosystem to support immutability to make it work. Every library needs to be based around it. Elixir is about the only modern option that does.
2 0 Reply
53
comments
Scroll to top