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

Reduce nesting #4

Closed
ibnesayeed opened this issue Feb 10, 2017 · 1 comment
Closed

Reduce nesting #4

ibnesayeed opened this issue Feb 10, 2017 · 1 comment

Comments

@ibnesayeed
Copy link
Member

Too much nesting is generally a bad idea unless it is necessary. Try refactoring your code to reduce nesting in general. The file archivenow.py can use glob method to filter files with specific name pattern and reduce the nesting while making the code more readable.

@maturban
Copy link
Member

Thanks .Done!

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

No branches or pull requests

2 participants