SeanHoWB / pe

0 stars 0 forks source link

What creates the regex class not stated here #20

Open SeanHoWB opened 2 years ago

SeanHoWB commented 2 years ago

image.png

soc-se-bot commented 2 years ago

Team's Response

Hi the dummy class here at the top is what creates the Regex Class. Since the Regex Class can be called by any other class, it was a decision to use dummy class instead of an actual class to reduce confusion

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: image.png

A method call is needed to initialise the Regex class. Even under minimal notation, method call should not be ommited as it contains relevant information to what creates the regex class. Perhaps -----Regex()-----> is appropriate here.