Retired

Call The Knights! (retired)

Description
Loading description...
Arrays
Fundamentals
  • Please sign in or sign up to leave a comment.
  • FArekkusu Avatar

    Example is not a specification

    Don't resolve issues unless you're sure they're fixed. The description still does not explain the possible input formats.

  • Voile Avatar

    What even is the specification in the first place? This is practically a "guess the task" mind-reading kata more than an actual meaningful one.

    • AndrasG Avatar

      Added the rules more explicitly in the instructions. What do you think? Feel free to edit it further.

      Issue marked resolved by AndrasG 5 years ago
  • FArekkusu Avatar

    No random tests where the name starts with "Sir".

  • FArekkusu Avatar
    TypeError: Test.assert_equals is not a function
        at /home/codewarrior/index.js:31:6
        at /home/codewarrior/index.js:32:5
        at Object.handleError
            <anonymous>
    
  • FArekkusu Avatar

    Example is not a specification.

    • AndrasG Avatar

      What would you suggest to add? I thought it is faster and easier here to explain the problem with an example.

    • phildinius Avatar

      Make it clear that the example shows ALL of the possible strings that need to be formatted. Better yet, explicitly enumerate the kinds of strings the user will receive as input and what the format of the output needs to be. As it is, you're making the user guess what you consider to be part of the name and part of their title and part of their quality. For example, if you want us to ignore the word the and whatever follows when it appears in the name portion of the input, tell us that!

    • AndrasG Avatar

      Thanks, added some more detailed and explicit instructions to the description. I hope it is clearer now:)

      Issue marked resolved by AndrasG 5 years ago