Skip to content

Move the string containing the default test case to the base class (RandomTextGenerator) #13

@yashugrankar

Description

@yashugrankar

Having different variables in each derived class to store the same default text seems redundant. It would be better if we could just move the text to the base class and store it just once. In the event that we need distinct default text block for a particular type of generator, then we could just have a new variable in that particular derived class override the default text stored in the base class.

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