Tagged “helpers”
-
TIL converting Booleans to Numbers helpers javascript
This helper is great for APIs. Not every language parses true/false the same. But every language knows that 0 is false, and 1 is true.
-
TIL Avoiding dependencies in your helper functions helpers javascript testing functional-programming
Impure functions for helpers? What is this... 1999?
See all tags.