Some internal functions take a vera long list of args as inputs, only to return another long list of args. This makes the code really hard to read. We should refactor these to use dicts or namedtuples. Candidates: * https://github.com/JuBiotech/robotools/blob/06f6bc0594ec8a291ac9de22619ab9c77be53e63/robotools/evotools/__init__.py#L39-L50 * `_prepare_evo_wash_parameters` from #21
Some internal functions take a vera long list of args as inputs, only to return another long list of args.
This makes the code really hard to read.
We should refactor these to use dicts or namedtuples.
Candidates:
robotools/robotools/evotools/__init__.py
Lines 39 to 50 in 06f6bc0
_prepare_evo_wash_parametersfrom Add EVOware pipetting commands #21