Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

How granular do I get with my class design when trying to follow the SOLID principles?

oop solid-principles

Private static fields in non static class [closed]

c# solid-principles

When Liskov Substitution refers to subtypes, is it talking about derived classes in the context of C#?

c# oop solid-principles

Design pattern for saving entities into database

Good examples of OCP in open source libraries [closed]

Command Pattern use for Returning Data

Java Simple Factory with constructors using different parameters

Mandatory class recompilation when dependency changes

Is this precondition a violation of the Liskov Substitution Principle

S.O.L.I.D Essentials missing points?

C# Is interface casting a violation of the Liskov Substitution Principle

c# solid-principles

Factory class is not supporting SOLID principle

Difference between the IS-A and Liskov Substitution Principle?

Code Contracts and Inheritance(Precondition on overridden method)

It this an example of the Single Responsibility Principle?

Local functions and SOLID principles C#

How to resolve type at run time to avoid multipe if else

Correct approach when SRP violation seems to pass complexity down the chain

Laravel - updateOrCreate method, isnt it programming principles breaking

laravel solid-principles