Common has a bunch of non-operations that should be moved into utils.
For example: composeNextState, and expandReferenes are utils, not operations.
Also maybe some of these should be private? Neither of those examples should be used in job code.
We need to go through each and make sure each is in the right place
This is a major change
Common has a bunch of non-operations that should be moved into utils.
For example:
composeNextState, andexpandReferenesare utils, not operations.Also maybe some of these should be private? Neither of those examples should be used in job code.
We need to go through each and make sure each is in the right place
This is a major change