isNil & isEmpty removed #773
-
Hi all, I'm trying to understand why isNil and isEmpty were removed in version 10.0.0. I use them on my website, and I don't know if they will come back in a future version or if they have been permanently removed from Rambda. Can you tell me if they will come back ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for your answer, but I can only provide clarification why these methods are removed. I wanted to move the focus of the library to TypeScript and to include only these methods that is worth having one more import. To me, in the context of TypeScript, small methods such as I think it is not worth to have such methods be in the library as I want to give TypeScript developers the missing tools in Functional Programming, i.e. map, mapObject, filterObject, etc. |
Beta Was this translation helpful? Give feedback.
Thanks for your answer, but I can only provide clarification why these methods are removed.
I wanted to move the focus of the library to TypeScript and to include only these methods that is worth having one more import.
To me, in the context of TypeScript, small methods such as
isEmpty
bring very little value.I think it is not worth to have such methods be in the library as I want to give TypeScript developers the missing tools in Functional Programming, i.e. map, mapObject, filterObject, etc.