Fork me on GitHub
#squint
<
2022-11-10
>
Aleed06:11:55

> Squint does not protect you in any way from the pitfalls of JS with regards to truthiness, mutability and equality why does squint not protect against truthiness? seems like less of a concern (with regards to interop, bundle size, etc.) than immutability/equality

borkdude07:11:26

@alidcastano take a look at lodash equality impl: it is both big, slow and complex. This is why

😅 1