Suggestion to Rename `Order.combineAll` for Clarity
Thoughts on renaming (or adding an alias) for
I wrote it out like this in a slide deck. Everyone understands the concept, but trips up on the
Sure, it's "combining" multiple orders into a single order, but maybe something like
Order.combineAll? I've been introducing folks at my company to Effect, and this one small thing has mildly confused everyone.I wrote it out like this in a slide deck. Everyone understands the concept, but trips up on the
combineAll nameSure, it's "combining" multiple orders into a single order, but maybe something like
Order.lexical() or lexically() or Order.oneByOne or something would make it more intuitive