Ad
  • Default User Avatar

    You're right, the original output is actually wrong. Where you should get back "Property + PublicField: 015". I'll fix it now.
    I admit to writing this Kata very late at night, and being entirely focused on the Reflection aspect of the test cases... to focused to proof read :P

  • Default User Avatar

    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.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution