It would also be nice to have isEqualExceptForProp...
# akkurate
d
It would also be nice to have isEqualExceptForProperties(foo, prop2, prop3) // props list is vararg
j
This seems really tied to tests, could you explain your use case?
FYI, did you read "Extend Akkurate" on the documentation? It could really help you for advanced validation constraints 😉
p
Yes that's also my feeling. This is a use-case for tests and should not be part of the library
d
Yeah, you're both probably right, I am getting a bit carried away with looking at the library from the perspective of my current use case. Eventually if there's enough of these types of assertion constraints they could potentially be a separate module, but not in the core...
p
Thats a good idea.
j
It could be a really good option yes 🙂