Skip to content
Prev 2961 / 21312 Next

[Bioc-devel] Making GenomicRanges::genome generic more generic ...

Hi Steve,
On 11-11-06 08:34 PM, Steve Lianoglou wrote:
something(object, ...)<- 'something'
Please test this. If that's the case that adding `...` to the generic
only doesn't break the methods and doesn't generate 'R CMD check'
warnings then I guess it's OK to do the change to release too.
I'm just saying that it's probably not a good enough reason to re-use
a name in your code just because it's a pretty name. The method you
define for an existing generic should also implement the kind of
operation conceptually associated with the generic (and this concept
should be described in the man page of the generic). If it's going
to do something different then it's better to use another name.
I'm not saying you should give up the "genome" name, I don't know
what it does.

Cheers,
H.