
How I replaced if statements with a Dictionary delegate in C#
Let's say you need to implement a feature that returns a different package based on the user-provided...
Jul 23, 20264 min read0 reactions2 comments
Tag archive

Let's say you need to implement a feature that returns a different package based on the user-provided...
https://www.youtube.com/watch?v=K7iVBAQHN8I The God Class Problem You open a codebase and...

O OCP (Open/Closed Principle) é um dos 5 Princípios SOLID que todo bom programador e/ou arquiteto de...