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:35 UTC
Read the original article Hit count: 484

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