Replies: 2 comments 9 replies
-
OK, I re-reviewed the spec and I have an issue with the default blacklist. Having a default blacklist in the library is a nice thing. Forcing it on each implementation is not. Other than that, current blacklist search logic is just O(scary). |
Beta Was this translation helpful? Give feedback.
8 replies
-
Any preference for passing the alphabet as a string or an array of chars to the constructor? More discussion here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The spec is complete as far my todos.
The next steps would be to implement individual ports/repos and any change to the spec would have to be propagated to the other repos, so the best time to improve it is now.
The tests should show you how to use the spec. Feel free to delete tests/uniques.test.ts while you're running this locally, because this file will take a while; otherwise, tests finish instantly.
I'd appreciate feedback on anything, but especially:
isBlockedId()
function? There's a balance between matching too many words and not matching enough.If no major issues, we can start implementing individual repos in about a week.
Beta Was this translation helpful? Give feedback.
All reactions