Ad
  • Custom User Avatar

    Not really. This is equivalent to accepting a const-reference and then copying it in the function body. The const-reference is an addition by the translator who translated this Kata into C++ -- it isn't inherent to the exercise itself (which was originally written in a language without the notion of a const reference parameter).

  • Default User Avatar

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