-
Notifications
You must be signed in to change notification settings - Fork 15
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
Rethink naming #107
Comments
The XBiY thing is taken care of in the map refactor PR. |
I think this project is a great and promising project, covering the growth from modular monolith to microservices, and the name is actually good enough.
|
Yeah - this issue is more about the naming of structs inside quic-rpc and less about the name quic-rpc itself.
This is actually something amazing that you can contribute! |
@matheus23 I'm sorry I'm not good at this. I'm new backend developer and my English is very poor. thanks for the great works and have a niiiice day~~ |
Current naming is a bit confusing if you don't know QUIC. E.g. a connection is a thing that can give you bidi streams, but from TCP you would expect that a connection is a bidi stream.
So maybe
Connector
for the thing that has open andAcceptor
for the thing that has accept?Also, there are some old type names AcceptBiXXX or OpenBiXXX that need to be changed. The Bi can go, connections are always bidirectional.The text was updated successfully, but these errors were encountered: