Why is it a bad practice to pass structs by reference?

Posted by Fraga on Stack Overflow See other posts from Stack Overflow or by Fraga
Published on 2010-03-13T21:07:28Z Indexed on 2010/03/13 21:15 UTC
Read the original article Hit count: 433

I usually save serialized structs to my database!. So I pass them by reference a lot!.

Is that a bad practice?

© Stack Overflow or respective owner

Related posts about structs

Related posts about by-reference