DEV Community

Discussion on: Who's looking for open source contributors? (week 54)

Collapse
 
andersonjoseph profile image
Anderson. J

Hey! 👋 Currently the project needs more test cases, right now there's just one case but it would be nice to have more tests especially for when things should throw an error (missing input, invalid output path, etc)

Also, we can optimize a bit my dhash implementation by returning a binary string instead of returning an hex string and later converting it to binary.

I'll open a couple of issues later today providing more details about this