-
Notifications
You must be signed in to change notification settings - Fork 23
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
Refactor naming and expand client docstrings #71
Conversation
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 4830650
This comment was generated by todo based on a
|
verify that *args is not neededbookstore/bookstore/client/nb_client.py Lines 112 to 117 in 4830650
This comment was generated by todo based on a
|
double check *args, **kwargs are not necessarybookstore/bookstore/client/nb_client.py Lines 139 to 144 in 4830650
This comment was generated by todo based on a
|
refactor from lambda to a defbookstore/bookstore/client/nb_client.py Lines 150 to 155 in 4830650
This comment was generated by todo based on a
|
@mpacer let's keep iterating on the clients |
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 755969c
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 697987e
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in b96f684
This comment was generated by todo based on a
|
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.
So much greatness here! Thank you @willingc.
There were a couple of things that I would have wanted changed around the object APIs, but this is such a dramatic improvement that I'd be willing to merge this even though I think those changes need to be made in a later PR.
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in ca51029
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 3fb5b93
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 763dd0b
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 77e1476
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 06e2ba5
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 56d8216
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in e9b3330
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 29ddf01
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 5a0d843
This comment was generated by todo based on a
|
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.
LGTM, I'll let @mpacer merge as I'm only getting up to speed on bookstore code / opinions.
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in 8addca3
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in a4c1392
This comment was generated by todo based on a
|
(Clarify) We want to test our bookstore endpoints, but it's no fun havingbookstore/bookstore/client/nb_client.py Lines 4 to 9 in a0a78e6
This comment was generated by todo based on a
|
- reorder classes in notebook client file for maintainability