Rename empty
operator
#224
Replies: 12 comments 8 replies
-
As is. Do not change |
Beta Was this translation helpful? Give feedback.
-
In my opinion, So, it is strictly correct to name const $noElements = equals(size($arrStore), 0);
const $emptyString = equals(size($stringStore), 0);
const $noPairs = equals(size($mapStore), 0); |
Beta Was this translation helpful? Give feedback.
-
I would keep it named |
Beta Was this translation helpful? Give feedback.
-
Change behavior to match We already have people complaining about specific naming/terms used in Effector and now we want to re-define |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Looks like "empty" semantically should check for empty values of any kind.
We have two options: 1) Change operator behavior 2) rename the operator
Examples:
Available candidates for the new name are written down. Post your candidates and vote for another
Beta Was this translation helpful? Give feedback.
All reactions