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

[Code Style] Follow up on appropriate suffix/prefix for interface definitions (#13254) #13279

Open
Olshansk opened this issue Sep 14, 2022 · 0 comments

Comments

@Olshansk
Copy link

Summary

Remove temporary interface aliases that are of the form type (.*)I interface { such as type ValidatorI IValidator to reduce the scope of backwards compatibility-breaking changes.

Problem Definition

Follow up on the comment left in #13268 while working on #13254 to reduce backwards incompatible changes.

Screen Shot 2022-09-14 at 11 13 37 AM

Work Breakdown

Search for all instance of of type (.*)I I(.*) in the codebase and remove it.

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

No branches or pull requests

2 participants