-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
The current GraphViz
class used to be god class that encapsulated all GraphViz-related functionality. This was okay where this class originated (as part of the clue/graph package).
Now that this is a separate package, we should split this up into more discrete parts with a single responsibility each. The existing Image
and Dot
classes are a first step into this direction (though a badly named and documented one).
This ticket serves as a reminder and as a heads up.
Also refs #2.