Ad
  • Custom User Avatar
  • Default User Avatar

    wthit56 improved the description. So I think after 2 years this issue could be closed.

  • Default User Avatar

    The fact that the argument is optional was only mentioned in the docbloc of the getSerie() function, now it is also in the description.

  • Custom User Avatar

    "called more than once with the same argument" is not a very descriptive test comment

  • Custom User Avatar

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

  • Custom User Avatar

    I've added an example for each value type, which should make things clearer.

    When a function is "multiplied", it should create a new function. That function could be called with a context, and arguments. This context and any arguments should be given directly to the original function that was multiplied. The example should make this clearer, but do let me know if not.

  • Custom User Avatar

    The decription is very unclear, specifically in regards to how to handle functions and objects. The description states in regards to functions:

    'Each time the original function is called, the context and arguments should be preserved.'

    There is no notion of their being arguments anywhere else in the description. What arguments? This is very unclear.