-
Notifications
You must be signed in to change notification settings - Fork 42
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
Get rid of Request.convertOptions
#183
Comments
Can I please pick up this issue if no one else is working on it ? |
That would be awesome! Fair warning, the code in this repo has been patched heavily and is a bit gnarly. |
Now options are converted and saved before the request object is generated
Thanks @Stebalien ! |
Go ahead and file a PR! |
needs review |
#183 refactored the request options conversion code per the ticket requirements
Currently, we:
This is bad practice. We should:
That is, we should never store temporary data in the place we expect to store the final data, then fix it up later.
The text was updated successfully, but these errors were encountered: