nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Comma-delimited strings should be replaced by sequence of strings in the API, where applicable

Open sbethur opened this issue 4 years ago • 0 comments

Description of issue

In situations where input/output of API needs to to be multiple string items, basic sequence types (list, tuple, range, slice) should be preferred over comma-delimited strings, as they are semantically more accurate, e.g.:

  • driver_setup
  • group_capabilities
  • supported_instrument_models

sbethur avatar Apr 19 '20 23:04 sbethur