Let's find another name for fc.tuple
#1986
Replies: 3 comments
-
Possible ideas here: tc39/proposal-record-tuple#82 (comment) |
Beta Was this translation helpful? Give feedback.
-
You could consider naming it based on the operation, rather than the type of the generated value: Similar to how "zipping" two lists often means combines the elements sequence-wise. "zipping" two generators combines the values of those generators sequence-wise. I know it's not really "sequence-wise" in the latter case but there seems to be some intuitive similarity there, perhaps based on the functor-ness of a list and an |
Beta Was this translation helpful? Give feedback.
-
TC39 proposal being partially dropped let's close the discussion for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Same idea as #1985 but this time regarding
fc.tuple
.As for
Set
, if the TC39 proposal concerning Record/Tuple makes it,fc.tuple
might be misleading.Here are some ideas I got for this one:
fc.fixedArray
fc.sizedArray
Beta Was this translation helpful? Give feedback.
All reactions