A Review Of Immutability In Ruby
This article is a review of the options available to Rubyists regarding immutability. We’ll look at the built-in features of Ruby 2.3, and a few gems.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
This article is a review of the options available to Rubyists regarding immutability. We’ll look at the built-in features of Ruby 2.3, and a few gems.
Comments
We have written two articles about Immutability in Ruby in the past. For those who are interested, check also: - Data structures: http://blog.deveo.com/immutability-in-ruby-part-1-data-structures/ - Domain models: http://blog.deveo.com/immutability-in-ruby-part-2-domain-models/
Post a comment