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

Item #64 - Replace usage of IList or List with readonly collections w… #135

Merged
merged 1 commit into from
Apr 3, 2019

Conversation

MirzaMerdovic
Copy link
Contributor

Summary:

  • Removed usage of IList/List in public methods.
  • Switch to usage of read-only collection where possible
  • Switch to usage of Enumerable.Empty to avoid unnecessary allocation where applicable

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@SergeyKanzhelev
Copy link
Member

please sign CLA

@MirzaMerdovic
Copy link
Contributor Author

I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: yes and removed cla: no labels Apr 3, 2019
@SergeyKanzhelev SergeyKanzhelev merged commit 2f0e644 into census-instrumentation:develop Apr 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants