While Ruby might have some niceties and conveniences like attr_writer, I want to reduce the surface area of Orb. A library could easily add these conveniences on top of Orb.
And let’s see what patterns people end up using all the time before including them in the core library.
While Ruby might have some niceties and conveniences like
attr_writer
, I want to reduce the surface area of Orb. A library could easily add these conveniences on top of Orb.And let’s see what patterns people end up using all the time before including them in the core library.