Ad
  • Default User Avatar

    Right, I wrote a solution for 1 object first, so I didn't really think about that at the time.
    Also things like Parameters&& (instead of possible const Parameters&) usually just ask for forward... I guess there could be use cases for non-const lvalue parameters, but if it's not within the scope of the kata, then maybe const Parameters& would be better?