> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/software-engineer/solid.md).

# SOLID

* [SOLID](http://techblog.desenvolvedores.net/2017/07/31/solid/)
  * [S (SRP - Single Responsibility Principle)](http://techblog.desenvolvedores.net/2017/08/09/srp-single-responsibility-principle-principio-da-responsabilidade-unica/)
  * [O (OCP - Open Closed Principle)](http://techblog.desenvolvedores.net/2017/08/10/ocp-open-closed-principle-principio-abertofechado/)
  * [L (LSP - Liskov Substitution Principle)](http://techblog.desenvolvedores.net/2017/08/14/lsp-liskov-subtitution-principle-principio-da-substituicao-de-liskov/)
  * [I (ISP - Interface Segregation Principle)](http://techblog.desenvolvedores.net/2017/08/22/isp-interface-segregation-principle-principio-de-segregacao-de-interface/)
  * [D (DIP - Dependency Inversion Principle)](http://techblog.desenvolvedores.net/2017/08/24/dip-dependency-inversion-principle-principio-da-inversao-de-dependencia/)
