Skip to content

Improve Formatting and Code Quality #934

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

Merged
merged 5 commits into from
Jul 2, 2019
Merged

Improve Formatting and Code Quality #934

merged 5 commits into from
Jul 2, 2019

Conversation

PatOnTheBack
Copy link
Contributor

I edited several files to increase compliance with PyLint, PEP8, etc.

- Added docstrings.
- Improved whitespace formatting.
- Renamed functions to match snake_case.
- Added docstrings.
- Improved whitespace formatting.
- Renamed constants to match UPPER_CASE.
- Improved whitespace formatting to meet PyLint standards.
- Renamed `max` to `max_num` to avoid redefining built-in 'max' [pylint]
- Removed unnecessary parens after 'while' keyword [pylint]
- Added docstrings.
- Improved whitespace formatting.
@AnupKumarPanwar AnupKumarPanwar merged commit a2236cf into TheAlgorithms:master Jul 2, 2019
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