-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Review the documentation: Getting Started Tutorial #384
Comments
- expanded description in READMEGettingStartedTutorial.md related to the implementation of the Consumer and Producer roles to help HMI implementations.
part of #394 |
I think it is worth to mention that |
@210342 thanks for comments. I understand that the proposals can be recognized as future requests and are not a blocker for your work. |
Add information about dependency on |
There must be added that each instance of the |
|
Hmm...
Neither
Not sure why would you want to use the whole package. On top of it the library itself would need no dependency altogether.
Abstractions do not implement this class.
Well, the main point made there is that it obscures dependencies required by the components. The API of the library is not self descriptive and requires digging through the documentation to find out what's up. In my opinion that's very valid point, class is requesting something at random instead of getting the thing from its constructor.
These apply to the Just wanted to comment on that, I'm not really hung up on removing ServiceLocator but wanted to clarify a few things. |
Getting Started Tutorial.
The text was updated successfully, but these errors were encountered: