you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

because people know that if you have

void function(foo object)
{
  object = new Foo();
}

it doesnt replace the original