Search code examples
Is it a good practice to inject a factory to a class to can create some resources?...


c#design-patternsdependency-injectionarchitecture

Read More
Global or Singleton for database connection?...


phpdesign-patternssingleton

Read More
How is Redis distributed lock better than using pessimistic or optimistic lock in Ticketmaster desig...


databasedesign-patternsarchitecturelocking

Read More
Instantiating an abstract class in Java?...


javaclassoopdesign-patternsabstract-class

Read More
how generic type with a recursive type parameter along with the abstract self method allows method c...


javagenericsdesign-patternsbuilder

Read More
Is this a factory pattern or a strategy pattern?...


javaspringdesign-patterns

Read More
How to use class decorator pattern if an original class method is recursive in TypeScript?...


typescriptdesign-patternsdecorator

Read More
How can I enforce the first method used in builder pattern (C#)...


c#.netdesign-patternsinterfacebuilder

Read More
Display list on a screen with three options...


c#.netdesign-patternsarchitecture

Read More
What would be a good way to overcome some of the vanilla State pattern limitations...


oopdesign-patternsgame-development

Read More
Does functional programming replace GoF design patterns?...


oopdesign-patternsfunctional-programming

Read More
C#, patterns - many conditions...


c#design-patternspattern-matchingconditional-statements

Read More
Understanding Potential Deadlock in Resource Pool Implementation Described in "Go in Action&quo...


godesign-patternsconcurrencydeadlockchannel

Read More
What is the difference between Command + CommandHandler and Service?...


design-patternsdomain-driven-designcqrscommand-pattern

Read More
Recursion error when combining abstract factory pattern with delegator pattern...


pythondesign-patterns

Read More
What is composition as it relates to object-oriented design?...


oopdesign-patternslanguage-agnosticcomposition

Read More
Qualtrics: Randomly placing a Block in one of only 2 locations in the flow...


design-patternsqualtrics

Read More
OOP, enforcing method call order...


oopdesign-patterns

Read More
Get subtrees from a starting encoded tree...


pythondesign-patternstree

Read More
Function in JavaScript that can be called only once...


javascriptfunctiondesign-patterns

Read More
Which design patterns can be applied to the configuration settings problem?...


design-patternsconfigurationconfiguration-filesapplication-settings

Read More
Lazy Function Definition in PHP - is it possible?...


phpdesign-patternsoptimization

Read More
JS OOP - class method calling another class from function...


javascriptoopdesign-patterns

Read More
Designing System - User, Admin Subgroups...


javaoopdesign-patterns

Read More
What should I take note of when reading others' source code?...


javadesign-patterns

Read More
how to avoid circular dependencies here...


oopdesign-patternscircular-dependency

Read More
Multiple components data storage in one table...


c#.netoopdesign-patternsdatabase-design

Read More
C++: what's the usage of declaring a function inside another function?...


c++functiondesign-patternsscope

Read More
What other ways are there to avoid 'assembly leaking' than friend assemblies?...


c#design-patternsdomain-driven-design

Read More
Implement a PHP singleton: static class properties or static method variables?...


phpdesign-patternssingleton

Read More
BackNext