Another take on Primitive Obsession
Primitives like Array
and Hash
are not always the right choice. This post (#1 in a series of… probably only 2) outlines why you really do need to create custom collection classes.
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!
Primitives like Array
and Hash
are not always the right choice. This post (#1 in a series of… probably only 2) outlines why you really do need to create custom collection classes.
Post a comment