modern-python / that-depends

DI-framework, inspired by python-dependency-injector, but without wiring. Python 3.12 is supported
https://that-depends.readthedocs.io/
MIT License
133 stars 10 forks source link

add use cases for ContextResource class #38

Closed Denis-Frunza closed 2 months ago

Denis-Frunza commented 2 months ago

Sequence diagram included to depict interactions between classes.Also included Dict into documentation

Denis-Frunza commented 2 months ago

@lesnik512 I decided to start with Sequence diagram. You may have suggestions what ca be done to improve.

lesnik512 commented 2 months ago

@Denis-Frunza thank you) sequence diagram seems too technical. I'm not sure that it would be helpful for library users

Denis-Frunza commented 2 months ago

@Denis-Frunza thank you) sequence diagram seems too technical. I'm not sure that it would be helpful for library users

Probably you're right, I'll add use cases with code example.It should work

Denis-Frunza commented 2 months ago

Could you please review my pull request when you have a chance? Thank you.

lesnik512 commented 2 months ago

@Denis-Frunza Thank you for efforts. I'll write this doc myself

Denis-Frunza commented 2 months ago

@Denis-Frunza Thank you for efforts. I'll write this doc myself

as you wish