Open brongineers opened 3 months ago
I noticed several duplicate functions in your code, such as "lowerCaseGenerate," "digitsGenerate," and others.
These functions differ only in their min and max values.
I suggest creating a single function that accepts these values as parameters.
I already made a PR, and I fixed it
I noticed several duplicate functions in your code, such as "lowerCaseGenerate," "digitsGenerate," and others.
These functions differ only in their min and max values.
I suggest creating a single function that accepts these values as parameters.