Tag: design-patterns


Found 2030 results for 'design-patterns'.


1) python - Is there a simple, elegant way to define singletons?
2) design-patterns - Difference between static class and singleton pattern?
3) python - How make a singleton using Python?
4) python - Why is IoC / DI not common in Python?
5) c++ - Circular dependencies of declarations
6) c++ - How to implement the factory method pattern in C++ correctly
7) c++ - C++ Singleton design pattern
8) user-interface - What are MVP and MVC and what is the difference?
9) design-patterns - Singleton in go
10) python - Is there a simple, elegant way to define singletons?
11) java - Singleton v/s class with static members & methods in Java
12) java - What is the difference between a Singleton pattern and a static class in Java?
13) design-patterns - Flask: How to use app context inside blueprints?
14) c++ - How is Meyers' implementation of a Singleton actually a Singleton
15) design - How to handle or design review system with pagination?
16) design - Implementation of object state in an OO language?
17) design-patterns - Is extracting an interface just for testing purposes a code smell?
18) c# - Recreating complex aggregates from a persistance source
19) java - Design Pattern: Extending existing functionaliy of ENUM
20) c# - Sanity check for design pattern used with an intricate calculation model
21) design - Possible way to handle multiple reset password email
22) design-patterns - Saving user profiles in SQL database
23) design - Designing an API with access tokens, how to handle GET requests?
24) design - Review of my OOP design for simple password manager
25) design - Creating a online database creator
26) design - dealing with a very large state machine in a class
27) design - "State" pattern and encapsulation
28) java - Memento with optional state?
29) java - State pattern vs Inheritance
30) design - Switching algorithm for Parking Lot Software Design Problem
31) design-patterns - Extending the flyweight pattern: an oxymoron?
32) design - Design pattern for selecting data
33) c++ - Command pattern design
34) design-patterns - Name of this enum-based design pattern to get the type
35) design-patterns - Good design for a class with multiple methods to test but one public method
36) design-patterns - How to structure OOP multiple calculations?
37) design-patterns - CQRS command that needs to work with multiple aggregate roots
38) design-patterns - Forcing aggregate root child access through the aggregate root alone
39) c# - Can the Application Service layer create an instance of a non aggregate root?
40) java - Design pattern for static fields of a subclass
41) c# - Using Nested Classes for Input and Output to a Calculation Method
42) design-patterns - Strategy Design Pattern vs Inheritance
43) design-patterns - How to use strategy pattern more effectively?
44) design-patterns - Advantages of strategy design pattern versus simple if-else
45) design-patterns - Do I need a Message processing service before RabbitMQ (or any other message broker)
46) design-patterns - Where to validate domain model rules that depend on database content?
47) c# - C# pattern to handle "free functions" cleanly, avoiding Helper-style "utility bag" static classes
48) c# - What is the right way to group this project into classes?
49) c# - What the best way to wire up Entity Framework database context (model) to ViewModel in MVVM WPF?
50) java - Applying DRY to an inheritance hierarchy