arichiardi / fonda

An async pipeline approach to functional core - imperative shell.
Apache License 2.0
22 stars 1 forks source link

Move initial-ctx in the config and pass in the runtime context #15

Closed arichiardi closed 5 years ago

arichiardi commented 5 years ago

The fact that we call a parameter to execute "initial-something", feels a bit odd to me.

It looks like it would be better to distinguish the "static" part of the context and the "runtime" part of the context, so that we have better distinction between the two computations.

So I would like to propose two changes:

I think this would improve naming and semantics will be more clear.