johnnychen94 / Workflows.jl

MIT License
10 stars 1 forks source link

better names for "deps"/"outs" #22

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

In DVC, "deps" and "outs" are used for two purposes:

I immediately dislike them after introducing #20. The main reason is that I believe it is too obligate to list all artifacts as deps and outs.; users should be able to ignore some files by not listing them in "deps"/"outs". And contents in "deps"/"outs" should only be used for cache verification purposes.