ceabiodb / biodb

An R package framework for accessing biological and chemical databases and developing or extending new connectors.
GNU Affero General Public License v3.0
11 stars 2 forks source link

Replace overwriting of methods by do... methods #572

Open pkrog opened 3 years ago

pkrog commented 3 years ago

In BiodbEntry, BiodbConn and others, replace overwriting of methods, which forces each time to copy the method's documentation, by a system of do...() private methods.

pkrog commented 3 years ago

Will allow also to factorize the checks of the method's parameters.