-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Bug on complex-numbers test #1013
Comments
Furthermore the fact that all the functions are badly defined in |
You're right, the five tests for the function Also, the tests here at Exercism are not meant to be exhaustive. They should guide the student and catch some common bugs. They are not intended to catch each and every possible bug. IMHO a solution where The description and the tests come from the language-agnostic problem-specification repository. If you want to propose additional tests, please do that in the forum so that everybody can participate in the discussion.
I'm sorry I do not understand. Real TDD would be hard to do because the students would have to write their own tests (in advance). Exercism's approach is rather "TDD-adjacent": If you want you can enable each tests separately, so that you can focus on one test at a time. There have been discussions in the past whether we should define some stubs in the |
Beat me to it by moments @siebenschlaefer , but your answer was better! 😀 |
@wolf99 I get your point, I closed the issue because no action items are needed |
All tests for the function
c_abs()
are against the same result 5.0.So the following code pass all the tests.
I'd like to fix this bug, in order to send my first pull-request if someone explain me the process to do.
The text was updated successfully, but these errors were encountered: