mkpro118 / Regex-Engine

Regex Engine in C
MIT License
0 stars 0 forks source link

Adding the same main function in every test script violates DRY code #63

Closed mkpro118 closed 2 months ago

mkpro118 commented 2 months ago

Maybe make a default main function for running tests. Using the same main methods for every test file is repetition and a code smell.