Ad
  • Custom User Avatar

    That's a good point, but code tracing is something that every wannabe developer should be aware of. If you will need the original arg in any other place in your code, you can't mutate it and if not, that's not a thing. This is something that should be learned at a very early stage of coding.

    As codes are abstractions, you ALWAYS should be AWARE of the CONTEXT where it is inserted.

  • Default User Avatar

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