mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

Catch2 tests #72

Closed gubatron closed 5 years ago

gubatron commented 5 years ago

I think this could be merged, the rest of the work can then be done by adding more tests on the master branch.

In the process I've seen some optimizations I want to make in the implementation of some functions like union, where the wheel seems to have been reinvented to perform set-like inserts, once merged I'll proceed to fix some of the functions and start seeing the status of existing functions and what functions from underscore JS we're missing.

mohitanand001 commented 5 years ago

That would be awesome. Thanks a lot.