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

Refactor to be more pythonic #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sposs
Copy link

@sposs sposs commented Oct 3, 2016

No description provided.

Some more changes are possible to have easier build/deploy
(using pbr).
@sposs sposs changed the title sourcemaster Refactor to be more pythonic Oct 3, 2016
@cmweiss
Copy link
Owner

cmweiss commented Oct 3, 2016

Thanks, I'll take a look at your pull request in detail. It may take me a few days to dig in. Would you please give me a bit more detail on your changes. More pythonic is nice to know but I need more explanation, please.

@sposs
Copy link
Author

sposs commented Oct 3, 2016

I moved the things around (split code and tests), changed the package structure to make it more standard, as there was an unnecessary level. I also fixed some PEP8 conventions. I simplified operations (a = a+1 becomes a += 1). Nothing else.

@todd-dembrey todd-dembrey mentioned this pull request Oct 8, 2016
@sposs
Copy link
Author

sposs commented Oct 8, 2016

#3 is much better than this one...

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.

2 participants