-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
largest-series-product forces implementation #10
Comments
I've started playing around with |
I think it's mostly the tests should require more functionality each time, but through the one tested final method. But by having a trivial first example, and keep on adding bordercases, this can be done most of the time. I don't think the testing framework itself matters too much. |
New exercise: python series
Related information: Listed here for my convenience. |
Does not rely on on any specifically named 'helper' methods. Tests things through the implementation via public facing API re: #10
@markijbema and @kytrinyx hopefully this is what you had in mind. |
BTW: in the spirit of "Look to exercism for awesome code" I took the following measurements:
|
|
That's a much nicer result. |
new exercise diffie-hellman
Fix two-bucket solution Added short-cut for case where non-starting bucket size is equal to goal
The tests for this exercise test a lot of the helper methods. I think given that it's this late in the path, it isn't needed. Also, it takes away a lot of freedom from the implementer. I think the tests should be guiding more by functionality needed than by methods defined.
The text was updated successfully, but these errors were encountered: