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

Error handling, spots for docstrings and differentiating 'message' and 'messages' variables in question_wizard.py #446

Open
Taehyun-Alex opened this issue Dec 8, 2023 · 0 comments

Comments

@Taehyun-Alex
Copy link

Enhancements for code clarity and consistency within the Python files

Details

  1. Error handling messages
  • SyntaxError in function, 'wrapped_callback' could use a detailed error message for better clarity
    image
  • ValueError in function input_callback could use a detailed error message for better clarity
    image
  1. Docstrings for Python codes
  • The functions throughout the Python files could use docstrings for a better understanding of the code.
  1. Variable naming consistency in question_wizard.py
  • In the question_wizard_check function, we have both 'messages' and 'message' as variables. Ensure consistency in variable names to avoid confusion.
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 a pull request may close this issue.

1 participant