Skip to content

Refactor to be more pythonic#7

Open
sposs wants to merge 1 commit into
cmweiss:masterfrom
sposs:master
Open

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

Conversation

@sposs

@sposs sposs commented Oct 3, 2016

Copy link
Copy Markdown

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

cmweiss commented Oct 3, 2016

Copy link
Copy Markdown
Owner

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

sposs commented Oct 3, 2016

Copy link
Copy Markdown
Author

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

sposs commented Oct 8, 2016

Copy link
Copy Markdown
Author

#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