-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Rename some transport actions to be more consistent with others #132550
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
Conversation
This seems the wrong direction to me. |
Naming is always the hard topic... To me it seems (Personally I feel it is a tiny bit more readable to see the keyword |
Pinging @elastic/es-core-infra (Team:Core/Infra) |
There are some more transport actions with inconsistent name but I am going to stop here and put this out to get some opinion first. |
There are different options on this naming convention:
I'd like to do 2) and personally I am in favor of |
I think it will need some discussion. Github comments probably aren't the right place for that discussion. |
Rename a bunch of transport actions from
XXXTransportAction
toTransportXXXAction
so they are more consistent with the rest of the transport actions.