Skip to content

How should we structure code / repositories? #3

@campagnola

Description

@campagnola

Some options (not mutually exclusive):

  1. Wrappers around manufacturer API / protocols
    a. One package per wrapper
    b. One package per "device type" (e.g. all camera wrappers in one package)
    c. One package with all wrappers
  2. High-level ABCs defining standard device interfaces
    a. One package per abstract "device type"
    b. One package with all ABCs
  3. ABC implementations for each device type
    a. In the same location as (1)
    b. In the same location as (2)
    c. In their own packages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions