You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a series of coding challenges focused on enhancing a Calculator App. The challenges are designed to help developers practice and improve their skills in applying SOLID programming principles, design patterns, and object-oriented programming (OOP) fundamentals.
SOLID Principles Example with Employee Management System In this example, I have illustrated the application of SOLID principles using an Employee Management System. For each principle, I have provided a problem scenario and a solution to demonstrate how the SOLID principles can help address the issues effectively.
Este projeto tem como intuito aplicar os princípios SOLID utilizando C#, transformando conceitos em algo mais concreto. Este projeto também será um guia para projetos futuros, independente da linguagem a ser utilizada