We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rp.py is currently a mess. The open() command alone is 119 lines long, and much of that code could be reused if it was moved into functions.
rp.py
open()
This issue will be resolved when rp.py has been re-structured to improve readability and code re-usability.
The text was updated successfully, but these errors were encountered:
ashuping
No branches or pull requests
rp.py
is currently a mess. Theopen()
command alone is 119 lines long, and much of that code could be reused if it was moved into functions.This issue will be resolved when
rp.py
has been re-structured to improve readability and code re-usability.The text was updated successfully, but these errors were encountered: