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

add forgotten selfs #574

Merged
merged 3 commits into from
Aug 16, 2018
Merged

add forgotten selfs #574

merged 3 commits into from
Aug 16, 2018

Conversation

weissi
Copy link
Member

@weissi weissi commented Aug 14, 2018

Motivation:

Swift code that doesn't use explicit self. is hard to read, even
harder to search for and quite bug prone. During my analysis I found
quite a number of them, this fixes the ones I came across.

Modifications:

Add a bunch of missing explicit self.s

Result:

code easier to read and less bug prone

Motivation:

Swift code that doesn't use explicit `self.` is hard to read, even
harder to search for and quite bug prone. During my analysis I found
quite a number of them, this fixes the ones I came across.

Modifications:

Add a bunch of missing explicit `self.`s

Result:

code easier to read and less bug prone
@weissi weissi requested a review from Lukasa August 14, 2018 12:00
@weissi weissi added this to the 1.10.0 milestone Aug 14, 2018
@weissi weissi added the 🔨 semver/patch No public API change. label Aug 14, 2018
@Lukasa Lukasa merged commit d32d5c6 into apple:master Aug 16, 2018
@weissi weissi deleted the jw-forgotten-selfs branch August 16, 2018 13:31
@weissi weissi modified the milestones: 1.10.0, 1.9.3 Aug 28, 2018
weissi added a commit that referenced this pull request Aug 29, 2018
Motivation:

Swift code that doesn't use explicit `self.` is hard to read, even
harder to search for and quite bug prone. During my analysis I found
quite a number of them, this fixes the ones I came across.

Modifications:

Add a bunch of missing explicit `self.`s

Result:

code easier to read and less bug prone
Motivation:

Explain here the context, and why you're making that change.
What is the problem you're trying to solve.

Modifications:

Describe the modifications you've done.

Result:

After your change, what will change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants