Search code examples
Passing Event specific DAO's vs Generalised DAO's...

javascriptdesign-patternsinterfacedao

Read More
Programming model - Manager + Tools...

c#design-patterns

Read More
How should concrete types return an instance of an interface in a loosely-coupled way?...

c#design-patternsdependency-injectioninversion-of-controlloose-coupling

Read More
In PHP is it possible to reverse traverse a Traversable class to find the root object?...

phpoopdesign-patterns

Read More
Passing keyword arguments with default values in a layered call...

pythonpython-3.xdesign-patterns

Read More
Why we should consider the «Logger» class as a singleton?...

design-patternsloggingsingleton

Read More
Efficiently Handling Complex Conditional Business Logic in Kotlin with Spring Boot 3 & Gradle...

spring-bootkotlingradledesign-patternsbusiness-logic

Read More
Unpack return value from length-1 tuple...

pythonpython-3.xdesign-patternstuples

Read More
Writing an async version of a method in a DRY fashion?...

c#asynchronousdesign-patternsstream

Read More
How can I define an Interface which includes the methods of my base class as well as the methods in ...

c#oopdesign-patternsdependency-injection

Read More
DDD with EF Core(DTO, Business, Etc)...

asp.netentity-frameworkrestdesign-patternsdomain-driven-design

Read More
Composition vs. Aggregation: Ownership of the contained object being reused in other containing obje...

oopdesign-patternsaggregationcomposition

Read More
Why do we use factory class to instantiate interface...

javadesign-patternsfactory-pattern

Read More
Is it better to have different models for saving vs loading?...

design-patternsmodel

Read More
How do you idiomatically implement a nontrivial typestate pattern in Rust?...

rustdesign-patterns

Read More
C++ Design Pattern library?...

c++oopdesign-patternsc++11libraries

Read More
Circular dependencies of declarations...

c++design-patterns

Read More
Importmap for Rails with JS Module Pattern Error: "net::ERR_ABORTED 404 (Not Found)"...

javascriptruby-on-railsdesign-patternsassetsimport-maps

Read More
Does the Prototype pattern violate the Liskov substitution principle?...

javadesign-patternsliskov-substitution-principleprototype-pattern

Read More
Pattern for UI: Same object, displayed differently...

c#asp.net-mvcuser-interfacedesign-patterns

Read More
Define/design these related Postgres tables in my Prisma schema...

databasepostgresqldesign-patternsdatabase-designprisma

Read More
CQRS pattern, but Command function require some Query function...

design-patternsnestjscqrs

Read More
How to reduce too many parameters from constructor...

c#design-patterns.net-coresonarqubecoding-style

Read More
Builder pattern equivalent in Python...

pythondesign-patternsbuilder-pattern

Read More
Difference between static class and singleton pattern?...

design-patternsstaticsingleton

Read More
Type mismatch in Kotlin when using strategy pattern with generics...

javakotlingenericsdesign-patternsstrategy-pattern

Read More
Why is the Open/Closed Principle in software development implemented using abstract classes?...

c#oopdesign-patternsinterfaceabstract-class

Read More
General rule - when to use a model (Codeigniter)...

phpcodeignitermodel-view-controllerdesign-patternsmodel

Read More
FastAPI send data without request from frontend...

pythonreactjsdesign-patternsfastapi

Read More
Java Builder pattern and a "deep" object hierarchy...

javadesign-patternsbuilder

Read More
BackNext