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

piglow: various readability improvements #27

Merged
merged 1 commit into from
Jun 24, 2016
Merged

Conversation

rakyll
Copy link
Contributor

@rakyll rakyll commented Jun 23, 2016

No description provided.

@@ -16,42 +13,24 @@ func main() {
panic(err)
}

// catch signals and terminate the app
Copy link
Contributor

Choose a reason for hiding this comment

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

I have to admit that it is a better example. It's easier to read, it exits cleanly and doesn't have to use a signal. Note that the signal handling can be documented in the overall README or wiki (I do think it's something real users will want to want to learn about, but I now see that it doesn't have to be in the default examples).

@rakyll rakyll changed the title [DO NOT MERGE] piglow: various readability improvements piglow: various readability improvements Jun 23, 2016
@rakyll
Copy link
Contributor Author

rakyll commented Jun 23, 2016

/cc @zankich @mattetti

Could you take a look please? I addressed all the comments from the previous PR.

@mattetti
Copy link
Contributor

LGTM

@rakyll
Copy link
Contributor Author

rakyll commented Jun 24, 2016

Reverted the Setup related changes, PTAL.

@rakyll
Copy link
Contributor Author

rakyll commented Jun 24, 2016

Merging this, please give feedback if there is any.

@rakyll rakyll merged commit af65120 into goiot:master Jun 24, 2016
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.

3 participants