Giter Club home page Giter Club logo

solid's Introduction

S O L I D

License License License License

SOLID Pattern Study Repository

return function() {
    return {
        "Topics": {
            "Open-Closed Principle": {
                "The Open/Closed principle and Strategy Pattern": {
                    "Context": [
                        "É responsável pela criação e manutenção de uma referência a uma classe Strategy específica."
                    ],
                    "Strategy": [
                        "É a interface comum a todos os algoritmos suportados. Através dessa interface, o content pode chamar o algoritmo criado pela ConcreteStrategy."
                    ],
                    "ConcreteStrategy": [
                        "Implementa o algoritmo usando a interface Strategy."
                    ]
                }
            },
            "S.R.P. - Single Responsability Principle": [
                "A class should have one, and only one, reason to change"
            ],
            "Liskov Substitution Principle": [],
            "Interface Segregation Principle": [],
            "Dependency Inversion Principle": []
        }
    }
}

References

return function() {
    return {
        "The S.O.L.I.D Principles in Pictures": "https://medium.com/backticks-tildes/the-s-o-l-i-d-principles-in-pictures-b34ce2f1e898"
    }
}

Composer

    composer init --name magicalstrangequark/solid

Books

🔗 Alexandre Saudate - REST: Construa API’s inteligentes de maneira Simples, Casa do Código

🔗 Kent Beck - TDD - Desenvolvimento Guiado por Testes

🔗 Maurício Aniche - Orientação a Objetos e SOLID para Ninjas: Projetando Classes Flexíveis

🔗 Maurício Aniche - Testes Automatizados de Software: Um Guia Prático

🔗 Robert Cecil Martin - Arquitetura Limpa - O Guia do Artesão para Estrutura e Design de Software

🔗 Robert Cecil Martin - Clean Architecture - A Craftsman's Guide to Software Structure and Design

🔗 Robert Cecil Martin - Clean Code - A Handbook of Agile Software Craftsmanship

🔗 Robert Cecil Martin - Código Limpo - Habilidades Práticas do Agile Software

solid's People

Contributors

magicalstrangequark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.