Skip to content

Move print_question to common module as Question class method #6

Description

@DagyDee

Refactor the print_question function into a method of the Question class in the common module.

Current state: print_question is a standalone function
Desired state: Question class method that handles question display logic

This will improve code organization, reusability, and maintainability across the application. Ensure all references to the old function are updated accordingly.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

  • Status
    In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions