Skip to content
Prev 6458 / 21312 Next

[Bioc-devel] runnable examples for internal function ?

It would be nice to know the use case of the internal keyword here. I've
use it to avoid listing functions in the index (RGtk2 has thousands of
functions). But in general, it's not a good idea to be exporting things
that are truly internal. Perhaps internal methods on exported generics, but
even then, it's probably best to keep the aliases with the generic, or
something.
On Mon, Oct 13, 2014 at 1:33 PM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote: