Skip to content
Prev 14593 / 21312 Next

[Bioc-devel] Pushing towards a better home for matrix generics

Along like the lines of Martin Morgan's comment, simpler signatures
mean simpler software. We can typically limit to single dispatch, and
it indicates how the generic is _meant_ to be used, separating the
data arguments from the modulating accessory parameters. I'm not sure
how valuable dispatching on the "missing" class is, as it encourages
telescoping method dispatch, which is not always the clearest mode of
expression.

Michael
On Tue, Jan 29, 2019 at 11:38 AM Martin Morgan <mtmorgan.bioc at gmail.com> wrote:
Message-ID: <CAOQ5Nye3OOySL4dP2rS8392kc9jfQCZdOE+7RdG1U-ETYqM7Eg@mail.gmail.com>
In-Reply-To: <BYAPR05MB6486C8F06A542319BA5530FDF9970@BYAPR05MB6486.namprd05.prod.outlook.com>