Open ArtPoon opened 5 years ago
This means that calling algorithm = HIVdb() is not sufficient for a functional HIVdb object - this has to be followed up with a call to JSONWriter:
algorithm = HIVdb()
HIVdb
JSONWriter
writer = JSONWriter(algorithm)
This isn't a good separation of classes.
This means that calling
algorithm = HIVdb()
is not sufficient for a functionalHIVdb
object - this has to be followed up with a call toJSONWriter
:This isn't a good separation of classes.