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.
This comment is hidden because it contains spoiler information about the solution
Looks like it should work, but the Replace line isn't running at all. Any tips?
This comment is hidden because it contains spoiler information about the solution
Fixed.
Author used 'Tests' variable in random tests but never used it. It's possible that the 'Tests' variable was intended for testing purposes, but as long as it doesn't impact the correctness of the code, you can safely ignore it.
This is a
warning
, not anerror
, it is not the source of whatever issue you are encountering.So your code isn't working due to this error?
Mine worked just fine, it just had that error as well.
Didn't seem to affect it at all, though, so I submitted it anyways.
I have the same issue due to this i am unable to solve this kata...
Not only that but I popped it into Visual Studio and it says it should run just fine (no StartIndex error)
What gives?
This comment is hidden because it contains spoiler information about the solution
I thought it was pretty easy as well, and I did C#
Though I suppose it's up to the mods. They've been on this site longer, they're probably better at gauging difficulty than we are
This comment is hidden because it contains spoiler information about the solution
Completed kata just fine, but recieved this warning when doing random tests:
tests/Fixture.cs(37,17): warning CS0219: The variable 'Tests' is assigned but its value is never used
Marking as possible issue, but it could be totally inconsequential
This comment is hidden because it contains spoiler information about the solution
It should be. I took all the code in the box and pasted it onto the doc as is.
Although, I didn't try to paste it into Visual Studio to confirm if anything was wrong with the formatting.
About the Markdown boxes, I assumed they weren't used since parts of my code were indeed being placed in markdown without my input and I assumed that if it was working the entire thing would go into a markdown box automatically.
Loading more items...