Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Pkg] feat: add channel observable #31
[Pkg] feat: add channel observable #31
Changes from 1 commit
8ac9ae1
316db40
e50b83c
6fe991d
59b4b94
84ed42d
da475a4
2fae1bf
5a4f244
c1d92be
bf8bc8a
8e17e83
83d4a20
c3b8cea
c035b5c
3a99221
aaea7b9
678d25e
631c453
9340e82
b072eeb
a487fe0
8df9cbc
6c98752
466c508
7a399f8
d27e114
cf8507d
c288595
a22f813
bad5eef
c449f14
b97e6e2
bb6055e
70b3e59
26f1d13
c6fe88a
835bad0
ce3b055
194c59a
fe1b860
0d2b090
7d4a6a6
e60fd35
a75576e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OPTIONAL NIT: Thoughts on renaming
notifier
topublisher
given that we're using thesubsctiber
terminology?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gave it some thought and gave renaming
Subscription
toObserver
a try. I also had this conversation w/ chatGPT and am now considering doing the following as well:notifier
toproducer
notifier
package tochannel
notifiableObservable
tochannelObservable
notifee
toobservable
(or something similar)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you still contemplating these? I'd personally be in support of not having the
notifier
/notifiee
naming convention as it's too generic IMO but don't want to block things too much.Also, read through your thread, for future reference, consider just giving it the code rather than explaining the types & names you have: https://chat.openai.com/share/d901a206-f152-4230-9c85-59ec08cde8fb