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

Accumulated minor nits and fixes. #446

Merged
merged 8 commits into from
Sep 26, 2023
Merged

Conversation

jholdstock
Copy link
Member

A bunch of small things I've noticed during testing/reviewing. Nothing big enough to warrant its own PR so I've accumulated them here.

Copy link
Member

@davecgh davecgh left a comment

Choose a reason for hiding this comment

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

Reviewed through multi: Use const where possible.

Create the shutdown context earlier so process begins handling shutdown
signals earlier. Specifically, the context should be created before
creating any resources which need a graceful shutdown such as the
database. This is important because without explicit signal handling the
process will terminate immediately upon receiving a signal without
running deferred tasks.
The more verbose name was helpful in the past when some code was
handling more than one waitgroup, however that is no longer the case due
to refactoring so reverting to the more concise name makes sense.
When invoked with -v, curl actually outputs a message to indicate that
this extra param is unnecessary:

"Note: Unnecessary use of -X or --request, GET is already inferred."
Getting an agenda ID dynamically so that this doesnt need to be manually
updated for future vote versions.
The overlay setting for overflow has been deprecated for quite some
time, and these days doesn't work on most browsers.
The error returned by dcrd.Client() is already very descriptive and does
not need extra context.
A good comment explains what a function does, not when it is called.
@jholdstock jholdstock marked this pull request as ready for review September 26, 2023 08:59
@jholdstock
Copy link
Member Author

Rebased and added one extra commit. Good to go.

@jholdstock jholdstock merged commit 4012b09 into decred:master Sep 26, 2023
2 checks passed
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