TIL, 2017-02-20
- Using builder/decorator/etc. pattern when building the GC match score presenters.
- Learned Terminal Table.
- Apparently
ActiveRecord::Base.find_by
is literallyActiveRecord::Base.where.take
. - No
Forwardable
to hash exists in Ruby.
ActiveRecord::Base.find_by
is literally ActiveRecord::Base.where.take
.Forwardable
to hash exists in Ruby.