You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a huge deal, but I think it's a little odd that, of the "Combine 2 Observables" methods, sampledBy is the only one written in past tense. The others are all filterBy, bufferBy, etc. I'd like to propose deprecating sampledBy in favor of sampleBy, making all of them consistently present tense.
I don't know if / when we're considering a 4.0, but that's probably a long-future away anyway, so deprecating and changing this over might be worth doing now and thinking about what we may want to include in a (potential) 4.0 release.
The text was updated successfully, but these errors were encountered:
I don't know if this is a huge deal, but I think it's a little odd that, of the "Combine 2 Observables" methods,
sampledBy
is the only one written in past tense. The others are allfilterBy
,bufferBy
, etc. I'd like to propose deprecatingsampledBy
in favor ofsampleBy
, making all of them consistently present tense.I don't know if / when we're considering a 4.0, but that's probably a long-future away anyway, so deprecating and changing this over might be worth doing now and thinking about what we may want to include in a (potential) 4.0 release.
The text was updated successfully, but these errors were encountered: