tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Use Immutable JS Objects #714

Open nelonoel opened 9 years ago

nelonoel commented 9 years ago

Addresses Javascripts object manipulation shortcomings. Improves efficiency and maintainability as well. http://facebook.github.io/immutable-js/

UnspeakableHorror commented 9 years ago

Immutable objects are fun, I should use them more.

tylerbenson commented 9 years ago

@UnspeakableHorror you can create a similar task if you'd like.

tylerbenson commented 9 years ago

@UnspeakableHorror here's a similar java library that looks interesting: http://immutables.github.io/

UnspeakableHorror commented 9 years ago

Yes, I was looking at it, I'm between that one and Google's AutoValue. Haven't had the time to try them yet.

tylerbenson commented 8 years ago

@nelonoel @tarex do you think this is worth taking on yet?

Would this be best done in coordination with #733?