Search code examples
Laravel 8: controller refactoring, consolidate store() and create() functions?...

phplaravelsolid-principles

Read More
Is passing object property against Dependency Inversion Principle? Please advise...

design-patternssolid-principlesdependency-inversion

Read More
Interface Segregation - avoid typecasting...

javaoopsolid-principles

Read More
Interface methods with variable argument types...

javaoopgenericsdesign-patternssolid-principles

Read More
Single responsibility principle on complex process...

design-patternsarchitecturesolid-principlessingle-responsibility-principle

Read More
Does `instanceof` operator violate Liskov Substitution Principle?...

javaoopsolid-principles

Read More
Package decoupling in go...

godesign-patternsdependency-injectionsolid-principlesdecoupling

Read More
Implementing the builder pattern in python...

pythonsoftware-designsolid-principles

Read More
Does the Factory Pattern in js violate the Open-Close principle?...

javascriptfactory-patternsolid-principlesopen-closed-principle

Read More
What is the meaning of breaking code while implementing new features?...

javaoopdesign-patternssolid-principlessingle-responsibility-principle

Read More
How do Test-Driven Development and the Open/Closed Principle work together?...

unit-testingtddsolid-principlesopen-closed-principle

Read More
How to execute a default method before the interface implementation code C#?...

c#.netinterfacedomain-driven-designsolid-principles

Read More
Introducing a new subclass to an established system using inheritance which violates the Liskov Subs...

c#inheritancesolid-principlesdesign-principlesliskov-substitution-principle

Read More
HP OOP builder pattern use...

phpdesign-patternsphp-7solid-principlesbuilder-pattern

Read More
Understanding LSP Python...

pythonsolid-principlesliskov-substitution-principle

Read More
Applying Interface Segregation Principle to service layer interface...

javaoopsolid-principles

Read More
How to correctly implement this design?...

c#.netdesign-patternsinterfacesolid-principles

Read More
How can I make this small pseudocode comply with Liskov principle?...

javasolid-principlesliskov-substitution-principleopen-closed-principle

Read More
Clean Architecture For Creating Different Finite State Machines Within Single Application...

c#design-patternsdrysolid-principlesfsm

Read More
How To Refactor Switch Statement To Flexible Finite State Machine...

c#oopdrystate-machinesolid-principles

Read More
Which is the most elegant way to extend a native object in a NodeJS project?...

javascriptnode.jsexpressmodulesolid-principles

Read More
How to use dependency injection with inheritance in C#...

c#inheritancedependency-injectionsolid-principles

Read More
How to write Xunit test case of factory design pattern code block which is tightly coupled?...

oopdesign-patternsc#-4.0solid-principlesxunit.net

Read More
Understanding Demeter's Law...

oopdesign-patternssolid-principleslaw-of-demeter

Read More
My TODO APP solutions is consistent with OOP?...

c#restoopsolid-principlessingle-responsibility-principle

Read More
The difference between liskov substitution principle and interface segregation principle...

interfacesolid-principlesliskov-substitution-principleinterface-segregation-principle

Read More
What is the meaning and reasoning behind the Open/Closed Principle?...

oopdefinitionsolid-principlesdesign-principlesopen-closed-principle

Read More
How to include the print function in the config.json...

pythonjsonsolid-principlespython-class

Read More
Return look up values SOLID and clean architecture...

c#.netarchitecturesolid-principlesclean-architecture

Read More
Doesn't Java Generics upper bound rule breaks Liskov substitution?...

javagenericssolid-principlesliskov-substitution-principle

Read More
BackNext