-
Notifications
You must be signed in to change notification settings - Fork 69
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
Implement initial public API #33
Conversation
@ezimuel I've made the changes that we discussed - please take look. |
@SergeyKleyman let me know when you finish to push code, otherwise I cannot start the review. Thanks! |
Sorry - I finished, please go ahead and start the review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just commented few points. Overall, the approach is very good but sometime I feel a little bit Over-engineered
. Even, the idea of Impl
classes and usage of @internal
it's not that appealing to me. Anyway, I think we can discuss more on our next meeting. That said, nice work anyway!
@ezimuel I've made all the changes we discussed - please take a look. |
@SergeyKleyman LGTM! |
No description provided.