Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Clean Up Your Views

Clean Up Your Views

Slides for my talk in Medellin.rb

Luis Edimerchk Laverde

September 20, 2016
Tweet

More Decks by Luis Edimerchk Laverde

Other Decks in Programming

Transcript

  1. “ Design pattern is a general reusable solution to a

    commonly occurring problem within a given context
  2. Module Mediator Facade Factory Chain Memento Visitor Abstract Broker Builder

    Iterator Proxy Decorator Strategy Prototype Observer Template Active Record Composite Command Data transfer object MVC Singleton Reactor GRASP
  3. “ The decorator is a design pattern that allows behavior

    to be added to an individual object, either statically or dynamically,Type a quote here. -wikipedia