Search code examples
hybrid value object / entity types?...


c#design-patternsdomain-driven-design

Read More
How to override some property in the class under test during unit testing...


c#unit-testingdesign-patterns

Read More
convert Singelton to Java Spring...


javaspringdesign-patternssynchronization

Read More
Factory Creation Methods Always Static?...


design-patterns

Read More
What is the exact difference between 'Adapter' and 'Mediator" patterns?...


oopdesign-patternsadapterobject-oriented-analysismediator

Read More
How would you implement a "trait" design-pattern in C#?...


c#design-patternstraitscode-reusedefault-interface-member

Read More
What is bulkheading in computer science?...


design-patternsakkacomputer-sciencedispatcher

Read More
In SOLID, what is the distinction between SRP and ISP? (Single Responsibility Principle and Interfac...


oopdesign-patternssolid-principlessingle-responsibility-principleinterface-segregation-principle

Read More
How should Aggregates and Aggregate Roots be defined in DDD, and what should their Interfaces look l...


c#design-patternsrepositorydomain-driven-designcqrs

Read More
Java Interface : Use default method implementation in implementation classes...


javaoopdesign-patterns

Read More
Generating identities for entities in DDD...


c#design-patternsdomain-driven-designrepository-patternn-tier-architecture

Read More
How to wrap a concrete subclass within the abstract/final design pattern...


pythonclassdesign-patternswrappercomposition

Read More
Difference between Microservices Architecture and SOA...


design-patternsmicroservicessoa

Read More
Is there a way to get JavaScript objects to support classical OOP features like encapsulation and in...


javascriptoopdesign-patterns

Read More
How to auto generate divs with JavaScript?...


javascripthtmlcssdesign-patterns

Read More
What's the difference between Red/Black deployment and Blue/Green Deployment?...


design-patternsdeploymentcloudspinnaker

Read More
What are drawbacks or disadvantages of the singleton pattern?...


design-patternssingleton

Read More
Try/do pattern implementation in Java...


javajava-medesign-patterns

Read More
Cursor vs Iterator pattern...


c++design-patterns

Read More
How to refactor multiple if-elif statements into a Strategy pattern in Python?...


pythonoopdesign-patternsrefactoringstrategy-pattern

Read More
OOP - Visual Objects: Does VO support Interfaces like C#/Java Interface (for strategy design pattern...


oopdesign-patternsinterfacexbaseclipper

Read More
Is the Factory pattern useful outside a framework without Visitor?...


design-patternsoop

Read More
The module pattern vs the constructor/prototype pattern in JavaScript...


javascriptdesign-patternsunobtrusive-javascriptmodule-pattern

Read More
How to have a private part of a trait?...


design-patternsrusttraits

Read More
Where do long running, stateful 'services' fit in DDD?...


c#design-patternsdomain-driven-designcqrsonion-architecture

Read More
Bad OOP to have lots of classes with only 1 or 2 methods...


oopdesign-patterns

Read More
Detecting pattern in order to show fields with more than one number in MySQL...


sqlmysqldesign-patternspattern-matching

Read More
clean C++ granular friend equivalent? (Answer: Attorney-Client Idiom)...


c++design-patternsprivatefriend

Read More
How is Meyers' implementation of a Singleton actually a Singleton...


c++design-patternsc++11singleton

Read More
Encapsulating an algorithm into a class...


design-patternscoding-styleclass-design

Read More
BackNext