Skip to content
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

Rename internal mentions of from_socket and to_socket to sender_socket and receiver_socket #8356

Open
silvanocerza opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
P3 Low priority, leave it in the backlog topic:DX Developer Experience type:refactor Not necessarily visible to the users

Comments

@silvanocerza
Copy link
Contributor

The internal data of the Pipeline graph stores some informations about its edges, like the name of the inputs and outputs of the connected Components.

In newer parts of the code like in InputSocket and OutputSocket we use the terms sender and receiver instead of from and to. Both when talking about sockets and Components.

Older parts use the from and to.

We should change the old cases to be consistent with the new sender and receiver convention.

This is an internal change only and doesn't affect the end user, though it's best to keep things consistent.

@silvanocerza silvanocerza added type:refactor Not necessarily visible to the users topic:DX Developer Experience P3 Low priority, leave it in the backlog labels Sep 11, 2024
@silvanocerza silvanocerza self-assigned this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Low priority, leave it in the backlog topic:DX Developer Experience type:refactor Not necessarily visible to the users
Projects
None yet
Development

No branches or pull requests

1 participant