samber/ro

Rename BufferWithTime+BufferWithCount ?

Open

#165 ouverte le 23 oct. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (22 forks)github user discovery
breaking changecoreenhancementhelp wantedoperator

Métriques du dépôt

Stars
 (659 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur