Skip to content
This repository was archived by the owner on Jan 2, 2020. It is now read-only.

Cleanup pt2 - Small pieces this time#42

Open
sgnn7 wants to merge 14 commits into
muelli:masterfrom
sgnn7:cleanup_v2
Open

Cleanup pt2 - Small pieces this time#42
sgnn7 wants to merge 14 commits into
muelli:masterfrom
sgnn7:cleanup_v2

Conversation

@sgnn7
Copy link
Copy Markdown

@sgnn7 sgnn7 commented May 1, 2015

Just general cleanup without digging too deep into the codebase (yet)

sgnn7 added 9 commits April 30, 2015 22:54
It was pretty gnarly so it's a bit cleaner now.
Treating all things as objects, especially the launchers makes for
easier invocation from other Python objects and cleaner code.
Lots of extra whitespace and imports were pretty messy.
Now we don't import the whole modules always but just the bits and
pieces that are needed.
Python standards are to use snake case for module names (in general).
These should never be checked in the repo so we ignore them.
Snake case change again to match standards but I have no clue where this
is used. Maybe it should be deleted?
Much cleaner and conforms a bit better to import of those files a bit
better.
It's good to have the same license everywhere.
@review-ninja
Copy link
Copy Markdown

ReviewNinja

sgnn7 added 5 commits May 1, 2015 13:32
More moves towards consistency in the naming of modules.
Removed out empty lines, reordered imports, applied a bit of
standardization to hanging lines.
There was some code organization that just wasn't needed so it got
removed.
Whitespacing and import ordering wasn't the greatest so this change
improves the readability a bit.
Normally spacing in xml docs is multiples of 2 while the one in the file
was 1 so it got cleaned up.
@sgnn7
Copy link
Copy Markdown
Author

sgnn7 commented May 5, 2015

@muelli Any clue when you might take a look at this? I don't think I can do another rewrite of this again if it gets into a rebase abyss :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants