-
Notifications
You must be signed in to change notification settings - Fork 113
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 post on spring cleaning #635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One meta point that could possibly be brought out is some of the why. When your maintenance of something is very sporadic, there's the potential for a lot of friction (and dread/procrastination) when you return to a package after a long gap and have to get re-oriented to its idiosyncrasies. Making the occasional pass through (almost) everything, looking for opportunities to adopt current, shared practices can make it easier to dip in and out of different packages.
Part of my point is that this isn't really or only about good practices vs. bad or high quality vs. low. There's some value that comes simply from standardization.
Do you want to actually show an example of what use_upkeep_issue()
does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing this up!
Co-authored-by: Hadley Wickham <[email protected]> Co-authored-by: Jennifer (Jenny) Bryan <[email protected]>
@jennybc This is a great point - I added a paragraph in the intro, using a lot of your phrasing.
Example added at the bottom - what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I like how you bring in the information about people being able to try thins themselves sooner, and still kept the narrative.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes all look good!
A post describing tidyverse Spring Cleaning and the new public
usethis::use_upkeep_issue()
.Preview: https://deploy-preview-635--tidyverse-org.netlify.app/blog/2023/06/spring-cleaning-2023/
I'm looking for a better image...
I'm happy to take feedback here on the post, and in the PR for
use_upkeep_issue()