List Question
17 TechQA 2023-02-01T10:36:15.217000Abstract Factory Design Pattern in Software Design & Architecture
162 views
Asked by ABU-ZHAR
How to create an object of derived class based ctor parameters without exclicitly calling the derived
62 views
Asked by LEyahoo
how to avoid "cascading if\case"-statements in a factory class
300 views
Asked by ale666
How to avoid need for User code knowing and instantiating concrete Strategy in Strategy Pattern
80 views
Asked by nits.kk
Eiffel: best practices for creation procedures
56 views
Asked by Pipo
Creational Patterns suggestion
95 views
Asked by AudioBubble
Parametrized Abstract Factory / Factory Method / other creation patterns
1.9k views
Asked by Saint
Creating new objects in a java switch statement. Alternative design pattern available?
753 views
Asked by juckky
What creational pattern I should use?
388 views
Asked by Amit Joshi
Is it possible to use factory method with builder pattern?
362 views
Asked by Teddy S.
Generic abstract builder properties needs casting
417 views
Asked by grmbl
Should C++ abstract factory provide destroy method for constructed objects?
1k views
Asked by Muxecoid
Constructor pattern and Object.create pattern effects on __proto__
39 views
Asked by Nemus
Is there a design pattern for creating a prototype with only some values differing?
141 views
Asked by shrewquest
How to create object based on boolean condition?
2.4k views
Asked by anirban
Registry pattern Vs Service locator pattern Vs Dependency Injection Container
6.2k views
Asked by Namjith Aravind
make_unique, factory method or different design for client API?
1.2k views
Asked by John Dibling