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

Remove Java-like concrete type naming #3160

Merged
merged 1 commit into from
May 13, 2021
Merged

Remove Java-like concrete type naming #3160

merged 1 commit into from
May 13, 2021

Conversation

rakyll
Copy link
Contributor

@rakyll rakyll commented May 13, 2021

In Go, we tend to not to name concrete types with prefixes like *Imp or *Impl like in Java. Renaming exporterImp to exporter to keep it simple.

In Go, we tend to not to name concrete types with prefixes like *Imp or *Impl like in Java. Renaming exporterImp to exporter.
@rakyll rakyll requested a review from a team May 13, 2021 00:24
@bogdandrutu bogdandrutu merged commit ca20d0e into open-telemetry:main May 13, 2021
@odeke-em
Copy link
Member

Thank you @rakyll!

dashpole pushed a commit to dashpole/opentelemetry-collector that referenced this pull request Jun 14, 2021
In Go, we tend to not to name concrete types with prefixes like *Imp or *Impl like in Java. Renaming exporterImp to exporter.
ankitnayan pushed a commit to SigNoz/opentelemetry-collector that referenced this pull request Jul 27, 2021
In Go, we tend to not to name concrete types with prefixes like *Imp or *Impl like in Java. Renaming exporterImp to exporter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants