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.
As I recently mentioned on discord, I changed my mind. Do what you think is the best
This comment is hidden because it contains spoiler information about the solution
fixed
I would love to hear other's opinion before fixing anything as I don't agree with your opinion.
In the input description is says that :"All coordinates and dimensions are integers."
So I think that indicates that it could be any integers (positive, negative, large, small) and the is not expected to take in way an advantage of it being some limited range.
Fixed
Fixed
Oh my gosh. Thank you so much. I'll go right in and edit it. Try to keep that code clean.
He's talking about the starter code... the code that the user gets when they open the kata in the trainer for the first time. Here it is, I've replaced the trailing spaces with underscores:
I've spent over an hour looking for the spaces you mention but I can't find them. Where exactly are they and what do you mean by "initial code"?
okay. thank you, natan. appreciate your help in improving this kata. it just doesn't take much to overwhelm me lol
Thank you, Kacarott for the clarification. I will try and fix these issues but it will take some time as Im moving very slowly today. But I will work on them one at a time. And natan, I will try to address these issues but please be patient. Ill post the edit link also though not sure how to do it using markdown. I will post each hopefully resolved issue after I have dealt with it.
1.Trailing spaces means a space at the end of a line, ie. after a semicolon or bracket
3.This means it is cut short and the remaining string replaced with "...". You can fix this by adding
chai.config.truncateThreshold = 0;
at the top of the tests (for both sample tests, and full tests)I am running on very low energy as Im an elderly person and chonic pain issues and poor sleep, so if you decide to exit this kata yourself it is fine with me.
fixed, and also massively improved the random tests (they were expecting
0
most of the time) and added assertion mesagesfixed
Loading more items...