-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Class name should match ExerciseName.h #48
Comments
Kind of a tangent: take a look at the discussion I had with Peter Tseng in exercism/go#275 We've been talking about how to make small tasks that would be easy for new contributors to come in and tackle (also here: exercism/discussions#8) and even though making individual issues make a bit more noise, it does mean that we can load-balance the solving of it. We learned (the hard way) that checklists get out of date, and it's hard to verify whether or not something is done. By making an individual ticket for each relevant problem we get a visual "todo" list that shows the status of each problem. Just glancing at it shows us red/purple/green, and we can see the status without having to go back and make an extra effort. |
Ah good point. It crossed my mind but I thought it would be too much noise. Is there a tool to help with creating an issue for each problem in a single track?
|
Yeah, the https://github.com/github/hub tool lets you post issues from the command line. We put together a bash script to do this:
It assumes that the issue describing everything is in It's worth also putting a link to a top-level issue (such as this one), e.g. |
Thanks! I like this better. |
Yeah, this is great! |
The text was updated successfully, but these errors were encountered: