Ad
  • Custom User Avatar

    what's this joke? 8/

  • Custom User Avatar

    you're not even calling the function of the user... Unpublish this, seriously.

  • Custom User Avatar

    wtf...!?

    Moreover:

    this is plain shit post kata:

    • no sample test
    • only 2 tests
    • the assertion message doesn't make ANY sense
    • the assertions doesn't not take into account what the user is returning
    • you use mutation sowewhere you shouldn't

    Seriously, considdering the kata you created recently, you should stop trying to do so unless you improve yourself at this. currently, it's pretty far from a good job.

  • Custom User Avatar

    Hi, that's a duplicate, sorry.

  • Default User Avatar

    Fair enough.

    Will come up with some better kata ideas.

  • Custom User Avatar

    You have to create a new kata from scratch. Though, considering this one was not received positively, it is unlikely that a new one will get upvotes.

    Also, the idea is not novel, so duplicate issues may be raised (this task is basically "convert to uppercase/lowercase based on a criteria", and we already have a few such katas).

  • Custom User Avatar

    I'm afraid you can't.

  • Default User Avatar

    @FArekkusu @anter69 @Blind4Basics

    The kata was retired - now I've fixed the couple of issues that were raised, how to I republish it?

    Thanks.

  • Default User Avatar

    Changed the function name - now snake_case.
    Thanks!

  • Default User Avatar

    Added capital letters to the alphabet array - thanks for the tip!

  • Default User Avatar

    Fixed the description, and put the empty string functionality test in the full test suite.

    Thanks for your help!

  • Custom User Avatar

    You must use the ascii value of each letter (lowered)

    Random strings don't generate uppercase letters.

  • Custom User Avatar

    ...and the sample tests should be present in the full test suite.

  • Custom User Avatar
    • Example in description is wrong:
    "Owen Bradstreet is a great programmer!", returns "OWeN BRaDSTREET is a grEAt pRograMmER!"
    

    ... but in the tests you (correctly) expect:

    "oweN BRaDsTReeT is a gReaT PRogRammeR!"
    
    • Python function name should use snake_case
  • Default User Avatar

    What does the _ do in the for loop? Does it remove the increment variable entirely?

  • Loading more items...