Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename (g)intercalateEndBy to unfoldEachEndByUnfold #2856

Open
adithyaov opened this issue Oct 5, 2024 · 2 comments
Open

Rename (g)intercalateEndBy to unfoldEachEndByUnfold #2856

adithyaov opened this issue Oct 5, 2024 · 2 comments
Labels
api:deprecating Deprecates an API aspect:api Related to api change
Milestone

Comments

@adithyaov
Copy link
Member

No description provided.

@adithyaov adithyaov modified the milestones: 0.11.0, 0.12.0 Oct 5, 2024
@adithyaov
Copy link
Member Author

adithyaov commented Oct 5, 2024

Consider renaming intersperse-ish combinators.

intersperse -> sepEachBy, sepPairBy?
intersperseEndBy -> endEachBy, eachEndBy?

Or consider keeping intersperse as is and rename other flavours to endEachBy, beginEachBy, etc.

@harendra-kumar harendra-kumar added api:deprecating Deprecates an API aspect:api Related to api change labels Oct 6, 2024
@harendra-kumar
Copy link
Member

insertAllSepBy: intersperse
insertEachEndBy, insertAfterEach: intersperseEndBy
insertEachBeginBy, insertBeforeEach: intersperseBeginBy
insertAfterN: intersperseEveryNEndBy

@harendra-kumar harendra-kumar modified the milestones: 0.12.0, 0.11.0 Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:deprecating Deprecates an API aspect:api Related to api change
Projects
None yet
Development

No branches or pull requests

2 participants