CANVE / extractor

Extracts and normalizes the type relationships and call graph of scala sbt projects.
4 stars 1 forks source link

further fix up data directory structure #19

Closed matanox closed 8 years ago

matanox commented 8 years ago

Although at this stage a division between data, meta-data and logs might seem more like a gradient on the same scale, if nothing radical comes up, this is probably how the output directory of a plugin run should be divided ―

  1. creation-logs
  2. data / meta (the `handling' dir should move under here, if it survives further iterations)
  3. data / data

At that time the object dispensing the sub-locations should be renamed from DataWithLog to something like OutputsManager or Outputs ; that object might as well also be responsible for more things around the locations, but no need to overdo that too early...

Anyhow things will move around between data and meta as the distinction is not very clear, both kinds may be useful for the same tasks until things really, really, stabilize quite very finally.