Hi,
I'd like PasswordIsValid to be public.
Indeed, I'm using PasswordGenerator for password generation, but I also need password validation for another use case.
Password validation is implemented in PasswordIsValid, but it's private.
If think it wouldn't hurt to make it public. What do you think? It's a very little change.
Thanks
Hi,
I'd like
PasswordIsValidto bepublic.Indeed, I'm using
PasswordGeneratorfor password generation, but I also need password validation for another use case.Password validation is implemented in
PasswordIsValid, but it'sprivate.If think it wouldn't hurt to make it
public. What do you think? It's a very little change.Thanks