Slide 96
Slide 96 text
Apples & Oranges
• Code over configuration
• Tasks run a sequence of
methods
• Methods don’t care
about IO
• Good amount of plugins,
able to use unrelated
modules
• Configuration over code
• Small, independent
tasks, but with strong
connection to IO
• S**tload of plugins, a lot
of them not really good
• There might be a task for
your need already there