On Sun, Jul 28, 2019, 04:47 Stanislav Malyshev <smalys...@gmail.com> wrote:
> Hi! > > > I think nowadays it is well known that by-reference passing is to be > > avoided and I don't see it particularly commonly in user code. > By-reference > > I don't think it's true. It depends on the style of coding, of course, > but there are many situations where the most convenient solution is > by-ref passing, mostly when single function can change more than one > thing. Nah, by-ref is pretty much avoided in OSS packages, but we can surely survey the ecosystem to verify this.