Skip to content
Prev 12006 / 21312 Next

[Bioc-devel] Why should Bioconductor developers re-use core classes?

It should also be pointed out that reference classes classes are rarely
needed and can easily be used for the wrong reasons (e.g. performance?).
The pass-by-reference semantic they provide can fire back. Most of the
time objects don't need and should not have pass-by-reference semantic,
only *some* of their slots.

Nice slides Levi!

H.
On 10/17/2017 10:04 PM, Michael Lawrence wrote: