Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

IList sometimes is used in API surface where IEnumerable will suffice #64

Closed
SergeyKanzhelev opened this issue Nov 26, 2018 · 1 comment

Comments

@SergeyKanzhelev
Copy link
Member

Reviewing API surface - IList is used when IEnumerable will suffice. For instance in Exporter handler and other places. IList allows manipulating elements - add, remove, etc. when this is absolutely not the intent.

@SergeyKanzhelev
Copy link
Member Author

This will be handled in OpenTelemetry project

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant