samber/ro

Rename BufferWithTime+BufferWithCount ?

Open

#165 aberto em 23 de out. de 2025

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

Métricas do repositório

Stars
 (659 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador