Search code examples
Data Pull vs. Push OOP Approach...


oopdesign-patternsobserver-pattern

Read More
When should I choose inheritance over an interface when designing C# class libraries?...


c#oopdesign-patternsinheritanceinterface

Read More
Conceptual 'Class Model' mapping an 'Observer Pattern' in UML...


design-patternsumlassociationsobserver-patternclass-diagram

Read More
Zeromq 1 to 1 async req-rep unreliable pattern...


design-patternsclient-serverzeromq

Read More
Is it possible to create a Builder like this in C#?...


c#.netdesign-patternsdynamictype-safety

Read More
Suggestion needed to remove duplicate class, without changing #define depends on that class static o...


c++design-patternsrefactoringcode-duplication

Read More
Avoiding react component rerenders on all state changes...


reactjsdesign-patternsreact-hooksgatsby

Read More
React: ternary operator or if statement. What is the best approach...


reactjsdesign-patterns

Read More
How to simplify dependency injection of generic interfaces with multiple implementations in a Java a...


javaspringgenericsdesign-patternsinterface

Read More
Is it possible in c# to make a factory that merges interfaces?...


c#genericsdesign-patterns

Read More
Transactional outbox pattern vs Event Sourcing...


design-patternsmicroservices

Read More
Singleton is design-pattern or anti-pattern?...


design-patternssingletonanti-patterns

Read More
Why is this code not in a singleton pattern?...


javascriptdesign-patternssingleton

Read More
How to handle authentication (with registration) with custom user fields, relations, images in micro...


design-patternsmicroservices

Read More
How to avoid duplicated classes in classes with defined fields and no methods...


javajsonclassdesign-patternspojo

Read More
What is the point of accept() method in Visitor pattern?...


design-patternsvisitor-pattern

Read More
Delegates in python...


pythondesign-patternsdelegates

Read More
How do I make ViewModels talk to each other in a Compose Desktop app?...


kotlindesign-patternsviewmodelcompose-desktop

Read More
Singleton httpclient vs creating new httpclient request...


c#xamarindesign-patternshttpclient

Read More
Role dependent behaviour in state pattern...


design-patternsdomain-driven-designstate-pattern

Read More
Why are distinct classes necessary for Customer and Account in the design of the Amazon Shopping Sys...


design-patternsumlclass-diagramsystem-design

Read More
Scala: Using supertype operator in pattern matching...


scaladesign-patternstypes

Read More
Are SOLID principles really solid?...


c#.netdesign-patternssolid-principles

Read More
Yes or no: Should models in MVC contain application logic?...


model-view-controllerdesign-patterns

Read More
Star-Schema Design...


databasedesign-patternsdata-warehousestar-schemadimensional-modeling

Read More
What is the best way to write a class with editable properties that becomes read-only after the meth...


c#oopdesign-patternscode-cleanup

Read More
Design pattern for encapsulation of functions that draw / write an object...


javascripthtmldesign-patternsdesign-principles

Read More
How should I structure modules in a large python application?...


pythondesign-patternsbackendfastapiapi-design

Read More
Find a FolderName\file.name combination(s) recursively in a batch file and return the full path(s)...


batch-filerecursionsearchdesign-patternsdirectory

Read More
Where is the best place to convert Entity to DTO?...


javaspring-bootoopdesign-patternsdto

Read More
BackNext