Skip to content

[Vote] Naming for Operators that target Collections/Arrays #168

@freak4pc

Description

@freak4pc

We're trying to figure out a good naming scheme for operators that target a collection of something.

For example, like our existing mapMany operator. One of the newer ones is bind(to: [..]), vs. bindMany(...).

The big question is, should we keep on doing *many, or should we use overloads. The cost of overloads mainly comes down to performance, indexing, collision-issues, etc.

Please cast your vote!


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions