Don't you Struct.new(...).new(...)
Have you ever seen Struct.new(...).new(...)
in code or have you written it yourself? Have a look at this post ideas for reasons why not to do it, such as the immense performance hit.
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!
Have you ever seen Struct.new(...).new(...)
in code or have you written it yourself? Have a look at this post ideas for reasons why not to do it, such as the immense performance hit.
Post a comment