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

Improve overall code style and move type aliases into one file #48

Merged
merged 3 commits into from
Jun 9, 2017

Conversation

zenangst
Copy link
Contributor

@zenangst zenangst commented Jun 9, 2017

Remove the extra newline that we have in all class and struct
declarations.

Improve debug-ability with guard's. The else closure now has
newlines so that you can set breaking points more easily.

Type aliases has been moved into on single file.

weakSelf is no self.

zenangst added 2 commits June 9, 2017 10:31
Remove the extra newline that we have in all class and struct
declarations.

Improve debug-ability with `guard`'s. The `else` closure now has
newlines so that you can set breaking points more easily.

Type aliases has been moved into on single file.

`weakSelf` is no `self`.
Copy link
Contributor

@vadymmarkov vadymmarkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great @zenangst 👍

@zenangst zenangst merged commit 00127d4 into master Jun 9, 2017
@zenangst zenangst deleted the improve/code-style branch June 9, 2017 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants