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.
The kata description first says that PublicField is a string, but then in the first example (valid use) it uses PublicField as a number.
I found it somewhat confusing. I thought that the tests could have tried to do such numerical operations, so I thought of unnecessarily complicated solutions such as making a getter for PublicField which would have returned an Int32.TryParse.
I think that it would be best if you changed the example to avoid confusion.
Apart from that I enjoyed the kata. Nice job, thank you.
This comment is hidden because it contains spoiler information about the solution