samber/ro

Rename BufferWithTime+BufferWithCount ?

Open

#165 opened on Oct 23, 2025

 (0 comments) (0 reactions) (0 assignees)Go (22 forks)github user discovery
breaking changecoreenhancementhelp wantedoperator

Repository metrics

Stars
 (659 stars)
PR merge metrics
 (Avg merge 1m) (1 merged PR in 30d)

Description

Currently, we have operators named ThrottleTime, SampleTime, WindowTime...

I think BufferWithTime should be renamed to BufferTime. Same quesiton for BufferWithCount -> BufferCount.

Should BufferWithTimeOrCount be renamed too?

RxJS has the following naming: buffer, bufferWithCount, bufferWithTime, and bufferWithTimeOrCount

Also update tests, examples, doc and the instructions in contributing guide.

Contributor guide