Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 340 Bytes

name-bikeshedding.md

File metadata and controls

19 lines (9 loc) · 340 Bytes

Naming

Symmetric difference

Proposed names: xor, symmetricDifference, disjointUnion

Intersection

Proposed names: intersect, intersection.

Union

Proposed names: union, concat.

Difference

Proposed names: difference, minus, except, without, withoutAll, relativeComplement.