Let's find another name for fc.tuple
#1986
dubzzz
announced in
Announcements
Replies: 2 comments
-
Possible ideas here: tc39/proposal-record-tuple#82 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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