-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Function in templates should have parameters? #509
Comments
But shouldn't choosing a good name for parameters be part of solving the exercises? |
You can always rename it 😄 |
Fixed in #510 |
@m-a-ge well its not fixed yet because I fixed just one exercise. But others templates are still without parameters. If you find this a good idea then all exercises should be modified. |
@jankaifer, got it now |
Thx |
Hi, could someone mark this as beginner-friendly or even first-timers-only please. |
@jankaifer, I've added requested label. |
#521 Mostly covers it, I hope :) |
@lilislilit thanks for changing all exercises. |
@jankaifer As I was told in #521 comments, PR's should be separate for each exercise, so I guess, maybe add a checklist in top comment? |
First of all, @lilislilit and @jankaifer thanks for working on this! |
@m-a-ge I agree, I don't have that much of a preference, but it would be like...a few dozen PR's. We should come to agreement with @behrtam then. |
@jankaifer I revied the list on the top, and there are far too many items there, that are already implemented. These are those that left, not that impossible(Hacktoberfest is around the corner!): Binary Search Tree From these only Paasio and lenses seem like a bit pointless affairs from the python pov(non sure about the passio, though). |
@lilislilit, should we create a separate issue for each of mentioned exercises and label them accordingly for Hacktoberfest?
I've merged it, thanks |
@m-a-ge I am not a maintainer here, but that should be swell. I don't think guys would mind much :) C# track are in those labels up to vazoo. |
@lilislilit Could you please wrote exact names of exercises? |
I've just done this for the |
Added a `words` parameter to the abbreviate method to ensure clarity to future users. This change was discussed in issue exercism#509.
@jankaifer, thanks for your list. I'm creating separate issues for each of these exercises as part of Hacktoberfest. |
As discussed in exercism#509 Thanks!
As discussed in exercism#509 Thanks!
@m-a-ge do you need help with merging PRs and closing issues? |
@jankaifer it definitely take some time to go through all of them, to be honest. |
@m-a-ge I would love to become a maintainer. |
And I think we're done! Thanks for clearing the last few up, @cmccandless! |
I feel better if I have the parameters in template (maybe because I'm used to it from other sites). When I've been solving first problem with input I didn't knew how I'm supposed to get input. I had to look in the tester script.
The text was updated successfully, but these errors were encountered: