boneless icon indicating copy to clipboard operation
boneless copied to clipboard

Flexible Interface for Dynamic Selection using Factory Pattern

Open renanbastos93 opened this issue 1 year ago • 0 comments

As a developer, I want to implement a flexible interface that adheres to contracts, allowing me to create templates for the Factory pattern. This interface will help me dynamically decide the appropriate database system (e.g., MySQL, SQLite3) to use for different scenarios.

  • Action: The user wants to implement a flexible interface.
  • Purpose: The interface should adhere to contracts and facilitate the creation of templates for the Factory pattern.
  • Goal: The interface will enable dynamic selection of the appropriate database system based on different situations (e.g., MySQL, SQLite3)

renanbastos93 avatar Jul 24 '23 17:07 renanbastos93