Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Add caution section #71

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Static Resolver Bundle is designed to encapsulate the usage of static calls with
- Provides a proxy factory to reduce complexity, enhance testability, simplify code maintenance, and enforce better coding standards.
- Promotes a cleaner, more consistent and well-organized codebase.

:::caution

This bundle is public but will be treated like an internal bundle.
It mostly wraps static calls to be able to inject static calls as services.
This bundle is not intended to be used by third-party developers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not? It would be great to be able to not use all these static calls.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#70 (comment)
I would invite you to add to this discussion :)


:::


## Documentation Overview
- [Installation](doc/01_Installation.md)
- [Resolver Service Usage](doc/02_Resolver_Service_Usage.md)
Expand Down
Loading