The description should tell what kind of division has to be used. And I know it has been raised/resolved below, but the example test isn't sufficient specifically because it uses only integers. Anyway, for a white kata of this kind, the task should be clear about that.
The random tests don't work (at least in Python), Anything works (def calc_type(a, b, res): pass - passes all 100 of the random tests)
Approved
Description does not mention whether
Division By Zero
will occur.Should be language-agnostic and use generalized (non-language-specific) code-blocks
Duplicate statement ^^
This comment is hidden because it contains spoiler information about the solution
Dart translation submitted!
Forked ruby translation kumited as the previous one was rejected :) please check and approve ~~
C translation kumited
please scrutinize for approval
domo!
just that, seeing integers in the sample tests, I expected the use o floordiv, not truediv, that's all.
I guess we can resolve this.
Added a note in the description, and modified the "division" sample/fixed test to showcase this.
What do you mean by this?
What the fuck... x/ And moreover when the one actually used isn't the one you'd expect:
Add to this: the kind of pssible inputs isn't described either.
The description should tell what kind of division has to be used. And I know it has been raised/resolved below, but the example test isn't sufficient specifically because it uses only integers. Anyway, for a white kata of this kind, the task should be clear about that.
Approved.
.
Ruby translation waiting to be approved
Loading more items...