Skip to content

Refactor to be more pythonic#7

Open
sposs wants to merge 1 commit intocmweiss:masterfrom
sposs:master
Open

Refactor to be more pythonic#7
sposs wants to merge 1 commit intocmweiss:masterfrom
sposs:master

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