Ad
  • Custom User Avatar

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

  • Default User Avatar

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

  • Custom User Avatar

    Previous update in C# does not use backward compatibility in changing method name (Please refer to implementation of backward compatibility here )

  • Default User Avatar

    PHP, my func passed tests, but a can't attempt my solve XD
    And i think ' 1.2.3.4" is valid IP, even string begin on a space

  • Default User Avatar

    C#'s initial setup is wrong, is_valid_IP should be IsValidIp

  • Custom User Avatar

    C: No tests for valid 0 like e.g. "127.0.0.1"
    Random tests only test completely random garbage instead of could-be-ip-but-violate-some-rules.

  • Custom User Avatar

    a couple of issues with the kata - not super important; just made getting started difficult

    test cases reference "IsValidIp", while the solution itself has a main method of "is_valid_IP"
    parameter is spelled "ipAddres" instead of "ipAddress"

    otherwise, good kata :)

  • Default User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

    net.ParseIP() got a bug in 1.12
    patched versions: 1.16 and 1.17

  • Custom User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

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

  • Custom User Avatar

    The description states that octets with leading zeros are considered invalid. This is not tested on submission.

  • Loading more items...