Retired

E.T needs to call() home again! (retired)

Description
Loading description...
Fundamentals
Objects
Data Types
  • Please sign in or sign up to leave a comment.
  • JohanWiltink Avatar

    This comment has been hidden.

    • charlie301 Avatar

      Hey Johan, I'm sorry you found this kata confusing but thanks for seeing it through and giving me some feedback. I'll pull this Kata later on tonight as I need to spend a little time removing the unnecessary over-complications. Thanks again.

  • matt c Avatar

    needs random test cases :)

  • Insti Avatar

    Is this supposed to be a puzzle?

    (Puzzle != Good kata)

    • charlie301 Avatar

      No it shouldn’t of been. Two things I wanted to test for were the use of call method and accessing objects dynamically. Added extras to be removed.

    • Insti Avatar

      Ok. It can be hard to write a good kata.

      My suggestion is to write the most basic possible verison of the functionality you're trying to demonstrate, try and eliminate anything that isn't directly related (A lot of people like to add in unnecessary input validation requirements - avoid this.) then after that think about adding a story.

  • Insti Avatar

    Description needs to be a little bit clearer on what is supposed to be happening.

    Needs more test cases.

    If you've got two functions that need to be implemented you should make sure both are fully tested.

    • charlie301 Avatar

      Cheers for the feedback Insti, I’m going to change it over the weekend. I think adding ET’s algorithm and possibly an ascii code to access the nested object has bloated the description and made the task confusing. I only want (1) use of the call method (2) accessing object dynamically. If you wouldn’t mind having a look when complete, be much appreciated.