Harry Doan

Results 2 issues of Harry Doan

FYI, _.isEqual is terrible with Set. It seems it does a O(N^2) comparison. The bad code is here, `equalArrays` does a deep comparison without taking advantage of the property of...

In my code, I give user a function to select optional holidays. It's a lot more clean & less prone to error when I can pass these to the methods...