It only seems to work on node 8
TS Translation
It's because parseInt takes 2 parameters and I forgot that. I fixed it now.
This is my fault. I forgot that parseInt takes a second parameter which completely changes the behavior. It should be fixed now.
This comment is hidden because it contains spoiler information about the solution
JS translation
Going for better UX by minimizing the number of clicks. Plus some of the examples at the top of the collection are bad groovy translations of mine.
β
consider using @Order to make the tests run in a fixed pattern. This kata does a good example
@Order
I changed it to nextBoolean yesterday. Even if they were functionally the same, nextBoolean is more clear.
nextBoolean
Yep https://pkg.go.dev/math/rand#Seed fixed
Let me double check that because it sounds vaguely familiar but versioning matters.
Go Translation
fixed
Loading collection data...
It only seems to work on node 8
TS Translation
It's because parseInt takes 2 parameters and I forgot that. I fixed it now.
This is my fault. I forgot that parseInt takes a second parameter which completely changes the behavior. It should be fixed now.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
JS translation
Going for better UX by minimizing the number of clicks. Plus some of the examples at the top of the collection are bad groovy translations of mine.
β
consider using
@Order
to make the tests run in a fixed pattern. This kata does a good exampleI changed it to
nextBoolean
yesterday. Even if they were functionally the same,nextBoolean
is more clear.Yep https://pkg.go.dev/math/rand#Seed
fixed
Let me double check that because it sounds vaguely familiar but versioning matters.
Go Translation
fixed
Loading more items...