Skip to content

Instantly share code, notes, and snippets.

@olvap
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save olvap/9f80bb5124399e6cb4dc to your computer and use it in GitHub Desktop.

Select an option

Save olvap/9f80bb5124399e6cb4dc to your computer and use it in GitHub Desktop.
Patrones de Diseño

Patrones de diseño

GoF

  • Erich Gamma
  • Richard Helm
  • Ralph Johnson
  • John Vlissides

Que es un patrón

Es una solución general a un tipo de problema.

Pautas a Seguir

  • Programar una interface sobre una implementation.
  • Preferir composicion sobre herencia.
  • Delegar, delegar, delegar.
  • You Ain’t Gonna Need It
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment