selfrefactor / rambda

Faster and smaller alternative to Ramda
https://selfrefactor.github.io/rambda
MIT License
1.65k stars 89 forks source link

Use `strict: true` #697

Closed Peeja closed 1 year ago

Peeja commented 1 year ago

Having strict off makes it harder for clients of this library to use strict themselves. But it appears to turn on without any type issues, so my guess is that there were tricky types in the past which have since been resolved.

I'd understand if you have reservations about turning it on, but I'd highly recommend it, given it turns on cleanly right now.

selfrefactor commented 1 year ago

good point. I think that I thought strict: false was more common, but now I am on your side that strict must be enabled.