Skip to content
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

Piper/refactor to remove global #75

Merged
merged 7 commits into from
Nov 30, 2016

Conversation

pipermerriam
Copy link
Owner

What was wrong?

The server used a global instance of the tester_client which in-and-of-itself is terrible.

This also was problematic because it caused import side-effects which are basically never what you want.

How was it fixed?

Moved all the stuff into an RPCMethods class which now wraps this stuff up nicely.

Cute Animal Picture

put a cute animal picture here.

nrzrl9x

@pipermerriam pipermerriam merged commit 54bca15 into master Nov 30, 2016
@pipermerriam pipermerriam deleted the piper/refactor-to-remove-global branch November 30, 2016 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant