Open pkrog opened 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.
BiodbEntry
BiodbConn
do...()
Will allow also to factorize the checks of the method's parameters.
In
BiodbEntry
,BiodbConn
and others, replace overwriting of methods, which forces each time to copy the method's documentation, by a system ofdo...()
private methods.