Search code examples
Circular dependencies between classes: why they are bad and how to get rid of them?...

design-patternsdependenciesdependency-managementcircular-dependency

Read More
Angular - service request either to server1 or server2 depending in user which will login...

angularrestionic-frameworkdesign-patterns

Read More
Design pattern for handling multiple message types...

c#design-patterns

Read More
Use a LIKE clause in part of an INNER JOIN...

sqlsql-serverdesign-patterns

Read More
Handling Dialogs in WPF with MVVM...

.netwpfdesign-patternsmvvmdialog

Read More
Pragmatic use of code-behind in MVVM pattern...

.netwpfdesign-patternsmvvmcode-behind

Read More
Does the Single Responsibility Principle work in OOP?...

oopdesign-patternssolid-principlessingle-responsibility-principle

Read More
Abstract class as parcelable...

javaandroiddesign-patternsinheritanceparcelable

Read More
Design pattern for combining separate branches into common structure...

pythondesign-patternspython-typingmypy

Read More
Why use "WhenAnyValue" instead of "RaisePropertyChanged"?...

design-patternssoftware-designreactiveuiavalonia

Read More
Is it bad practice to include non-validating methods in a pydantic model?...

pythonvalidationdesign-patternsmodelpydantic

Read More
How to design events and event handlers system using generic in C#?...

c#asp.net-coregenericsdesign-patternsevent-handling

Read More
Is there a simple, elegant way to define singletons?...

pythondesign-patternssingleton

Read More
Choosing Design Pattern between DB and Web App...

oopdesign-patterns

Read More
Want to enforce specific order of methods execution of a class, when this class is used. Does exist ...

c#oopdesign-patterns

Read More
friend class with limited access...

c++design-patternsprivatefriend

Read More
Creating a text-based map for a text based RPG...

pythonpython-2.7design-patterns

Read More
Plugin Architecture in Web Apps (Examples or Code Snippets?)...

design-patternsweb-applicationsarchitectureframeworks

Read More
Archtecture/Design pattern for communication between asyncio and non-asyncio context...

pythondesign-patternspython-asyncio

Read More
Thread pool design...

c++algorithmdesign-patternsglobal-variablestbb

Read More
What is the concept of Service Container in Laravel?...

phplaraveldesign-patternslaravel-5

Read More
How to use an Angular Material Date Picker with a partially applied filter function?...

angulardesign-patternsangular-material

Read More
How to use disposable variables in JavaScript?...

javascriptoptimizationdesign-patterns

Read More
Managing controllers for identical entity structures?...

spring-bootdesign-patternssolid-principles

Read More
Dealing with a Factory that uses both a Strategy and Repository...

phpdesign-patternsdomain-driven-designsolid-principles

Read More
print pattern right hand pyramid using 2D array...

javadesign-patterns

Read More
Can we avoid the use of Volatile in Singleton Pattern by making the getInstance() method synchronize...

javadesign-patternssynchronizationsingletonsynchronized

Read More
Interface to class Design pattern .... Have anyone using Interface to class design pattern...

javaspring-bootdesign-patternsproject

Read More
What is the best design pattern when creating an interface for functions that can return a variety o...

pythonoopdesign-patterns

Read More
Instantiating large number of objects from different types...

goooptestingdesign-patterns

Read More
BackNext