Skip to content

How should we structure code / repositories? #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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