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

Omit references where possible #5

Closed
EamonNerbonne opened this issue May 24, 2014 · 2 comments
Closed

Omit references where possible #5

EamonNerbonne opened this issue May 24, 2014 · 2 comments
Assignees

Comments

@EamonNerbonne
Copy link
Owner

From eamon.nerbonne on January 11, 2011 16:12:24

Omit own-class references where possible (e.g. this or object in object.Equals)

Original issue: http://code.google.com/p/expressiontocode/issues/detail?id=5

@EamonNerbonne EamonNerbonne self-assigned this May 24, 2014
@EamonNerbonne
Copy link
Owner Author

From eamon.nerbonne on January 21, 2011 14:00:50

Partially fixed; this is now omitted in code such as this.Equals(3)

@EamonNerbonne
Copy link
Owner Author

From eamon.nerbonne on January 21, 2011 23:57:49

Omitting static class names is a little trickier and not always possible - it's not always known what the type of "this" is. Won't fix such references; these will be explicit.

Status: Fixed

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

1 participant