Skip to content

Instantly share code, notes, and snippets.

@caarlos0
Forked from agnaldo4j/GuiaEstudosSOLID.md
Last active December 19, 2015 15:19
Show Gist options
  • Save caarlos0/5975572 to your computer and use it in GitHub Desktop.
Save caarlos0/5975572 to your computer and use it in GitHub Desktop.

Material de estudos OOD e S.O.L.I.D.

Livros:

  1. Refactoring Improving Design Existing Code
  2. Working Effectively Legacy Michael Feathers
  3. Clean Code Handbook Software Craftsmanship
  4. Practical Object Oriented Design Ruby Addison Wesley

Artigos de referência:

  1. UncleBob - Principles Of OOD
  • Episode 1 - Clean Code
  • Episode 2 - Names++
  • Episode 3 - Functions
  • Episode 4 - Function Structure
  • Episode 5 - Form
  • Episode 6 - TDD - Part 1
  • Episode 6 - TDD - Part 2
  • Episode 7 - Architecture
  • Episode 8 - SOLID Foundations
  • Episode 9 - The Single Responsibility Principle
  • Episode 10 - The Open-Closed Principle
  • Episode 11 - The Liskov Substitution Principle
  • Episode 12 - The Interface Segregation Principle
  • Episode 13 - The Dependency Inversion Principle
  • Episode 14 - SOLID Case Study
  • Episode 15 - SOLID Components

Coding Kata (Prática)

http://codingdojo.org (KataCatalogue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment