cbt icon indicating copy to clipboard operation
cbt copied to clipboard

Design "workflow" interfaces

Open cvogt opened this issue 7 years ago • 1 comments

maybe we should not put top-level methods compile, test, package etc into the base build. They are somewhat biased. Instead we can have the default bias free, but instead have interfaces that patch those methods on top without forcing anyone to use them.

cvogt avatar Mar 16 '17 02:03 cvogt

Maybe the workflow can be biased even towards language. E.g. one workflow could be the ScalaBuild, which then has biased tasks like compile, sets the target like sbt's, the src directory to src, etc.

cvogt avatar Mar 16 '17 02:03 cvogt