Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Of course! Thank you.
That's self-inflicted though innit? Because that's the file that you're editing. Fix it yourself or hit the reset button to get back to a compiling state.
I am getting this error:
TSError: ⨯ Unable to compile TypeScript:
test.ts:3:23 - error TS2306: File '/workspace/default/solution.ts' is not a module.
3 import { quine } from "./solution";
No need to rush, take as long as you need, the kata won't disappear :P Meanwhile, you should consider unpublishing it, as for some users it's automatic downvote when there's no random tests. It's better to release it fully functional.
Thank you to you and FArekkusu for taking the time to share your feedback. It will take a while - I have also to, like, work... - but I'll address the issues raised. Thank you again!
There's still many issues with this, but I think the kata could be OK, so I'll list the problems I found so far:
it
blocks before calling assert, so input and expected output is close to each other.Good luck!
I think it'd be better if you asked for the board state after reversal, or at least the counts of the pieces, instead of cramming 3 different functions into 1 while also introducing this weird design of special handling a completely normal game state.
Don't close issues without fixing anything.
Make this block correspond to the board example. Showing isolated inputs/outputs is useless.
Yes -- I had left a whole block of code behind. It should be fine now.
Any suggestion to make them better?
Excellent point. I have added it to description, code and tests.
It should be correct now. Probably...
Apologies -- I am a n00b here. I thought that random tests were taken from the general pool of test cases?
Loading more items...