Skip to content

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

Description

@Taehyun-Alex

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions