Y
Hacker News
new
|
ask
|
show
|
jobs
by
jforberg
2553 days ago
Gotta get rid of all those nasty pure functions. Can't have any of that cruft in muh object oriented language.
1 comments
smt88
2553 days ago
Constructing an immutable object/value isn't any different than a pure function that outputs that object/value. The difference is just syntax.
That said, I don't know if this library uses the practice of immutable-only objects.
link
That said, I don't know if this library uses the practice of immutable-only objects.