Skip to content

added parameter stringToCount#666

Closed
kotoran wants to merge 4 commits intoexercism:masterfrom
kotoran:master
Closed

added parameter stringToCount#666
kotoran wants to merge 4 commits intoexercism:masterfrom
kotoran:master

Conversation

@kotoran
Copy link

@kotoran kotoran commented Oct 3, 2017

Sorry I wrote a terrible commit message for these, I will follow the proper form exercise-name: Changes some things next time. I will just leave that info here for now.
collatz_steps: added parameter integerToTest
word_count: added parameter stringToCount
fixes #552
fixes #652

@behrtam
Copy link
Contributor

behrtam commented Oct 3, 2017

Thanks, but please rename/squash your commit: https://github.com/exercism/python#pull-requests

@@ -1,2 +1,2 @@
def collatz_steps():
def collatz_steps(integerToTest):
Copy link
Contributor

Choose a reason for hiding this comment

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

Python favors snake_case over CamelCase.
A good Python style guide from Google - https://google.github.io/styleguide/pyguide.html?showone=Naming#Naming

@ilya-khadykin
Copy link
Contributor

Since both #552 and #652 were fixed, I'll close this one.

@kotoran I'm sure you can find something else to work on in this repo, there are plenty of issues available

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.

word-count: add parameters to exercise placeholder collatz-conjecture: add parameters to exercise placeholder

3 participants