Ad
  • Default User Avatar

    You can access the preloaded associative array using Constants::$NATO

  • Custom User Avatar

    This is a comical cheat code.

  • Custom User Avatar
  • Custom User Avatar

    This challenge in my opinion is too easy to be a 6 Kyu. I'd say its more of a 7 at least for PHP.

  • Default User Avatar

    Okay well I am still allowed to be annoyed about it

  • Custom User Avatar

    I know, but it's specified that way, so...

  • Default User Avatar

    Because in general that's not proper punctuation lol

  • Custom User Avatar

    Why do you say they're incorrect?

    Every word and punctuation mark should be seperated by a space ' '.

    It's in the kata's description.

  • Default User Avatar

    The tests in this one are pissing me off because they want us to return an incorrect result. Like having spaces between our punctuation at the end o.O

  • Default User Avatar

    I've fixed this problem!

  • Default User Avatar

    Unfortunately, there is no preloaded object in PHP, you have to make it yourself.

  • Default User Avatar

    codewarrior/kata
    ./solution.go:58:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:59:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:62:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:63:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:66:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:67:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:70:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:71:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

    Please someone help me. I dont know what to do

  • Custom User Avatar

    I'm not familiar with how I access the dictionary object with PHP? Normally when working with classes and objects I use $this-> to access something outside of a function but that doesn't allow me here.

  • Custom User Avatar

    Ranks of katas can't be changed. And the criterias for kyus changed with times. Old katas tend to be overranked, for others it's the contrary. You should not care about a kata being overrranked or underranked by 1 kyu, it's not meaningful in general.

  • Default User Avatar

    Yeah, I just came to comment the same.

  • Loading more items...