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

Make function names terse. Make functions private. #42

Merged
merged 1 commit into from
Sep 22, 2014
Merged

Make function names terse. Make functions private. #42

merged 1 commit into from
Sep 22, 2014

Commits on Sep 22, 2014

  1. Make function names terse. Make functions private.

    Rename all the generator functions. Use the prefix "gen_" instead of
    "generate_". For example, `generate_date` is now `gen_date`.
    
    Make helper functions private. Rename `codify` to `_make_unicode` and
    `is_positive_int` to `_is_positive_int`.
    
    Silence some pylint and flake8 warnings, either by fixing the relevant error
    (e.g. use better names for unused variables) or silencing the relevant error
    (e.g. the use of the Python 2 keyword "unicode").
    Ichimonji10 committed Sep 22, 2014
    Configuration menu
    Copy the full SHA
    75839a4 View commit details
    Browse the repository at this point in the history