home.social

#delegator — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #delegator, aggregated by home.social.

fetched live
  1. One of the coolest techniques for writing structured code is to use a decorator. Ruby has a Delegator class (docs.ruby-lang.org/en/master/D), a DelegateClass method (docs.ruby-lang.org/en/master/O) and a simple delegation implementation SimpleDelegator (docs.ruby-lang.org/en/master/S). If you are really interested in their implementation, you can find the source code here (github.com/ruby/delegate/blob/).

    #Ruby #Decorator #Delegator #SimpleDelegator #Exception