-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
π§© ISSUE 1 β Improve Factory Method documentation
Title:
π Improve Factory Method pattern documentation in README.md
Description:
The current README briefly describes the Factory Method pattern, but it can be improved with more technical context and practical examples.
Suggested Tasks:
- Explain what problem the Factory Method pattern solves.
- Add a visual diagram (UML or class flow).
- Include a practical example (e.g., how to choose a specific game type).
- Mention the benefits of decoupling the client code from concrete classes.
Reason:
A more complete documentation will help other developers understand how this pattern works and how to apply it in real-world Python projects.
nalama1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request