issues
search
nulab
/
zxcvbn4j
This is a java port of zxcvbn, which is a JavaScript password strength generator.
MIT License
320
stars
103
forks
source link
refactor: refactoring matchers.DateMatcher
#144
Closed
vvatanabe
closed
1 year ago
vvatanabe
commented
1 year ago
refactoring matchers.DateMatcher:
Extracted part of the process within the
execute
function into a separate function.
Applied
google-java-format
.
DATE_SPLITS was converted to an array. With this change, access to DATE_SPLITS is faster, eliminating the need for hash computations and key lookups.
refactoring matchers.DateMatcher:
execute
function into a separate function.