-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Explain intermediate storage #4025
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
Conversation
Provide some prose to explain the use case of storing intermediate values using `return_stored` as well as some examples of these common use cases.
Thanks for writing this up. I've added a few comments with some concerns, but I'm confident that we can come to something that will be pretty useful for readers. |
@jakirkham , sounds like this didn't need too much effort to push it in, were you thinking to work on it yet? |
Alright I've gone through this and more or less rewritten the text. IMHO it is much better, but please take a look and let me know if it captures what you were after. Have also moved the section. |
:) Not sure that you can say that |
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.
Some nitpicky comments. In general this looks great though!
Co-Authored-By: jakirkham <jakirkham@gmail.com>
Thanks @jakirkham . This looks good to me. Merging in. |
Thanks for the review Matt! Hopefully this helps some people 🙂 |
Provide some prose to explain the use case of storing intermediate values using
return_stored
as well as some examples of these common use cases.