Skip to content

Create a firmware library of reusable common functions #275

Open
@awonak

Description

@awonak

With the growing number of scripts, we are starting to see common functionality that might be beneficial to other scripts. Instead of copying & pasting or importing directly from other scripts, it would be better to have a library of reusable classes and functions.

Since this library is intended to be used by more than just one script, it's important that it has the following features:

  1. Included with the firmware package - since any script could potentially use this library code, it should always be present alongside the firmware, not just contrib.

  2. Documentation - this will help with discoverability and make it easy to understand what to expect when using the class or function.

  3. Tests - tests are important because we need to ensure that we know exactly how the library code behaves and if it ever needs to change, we understand the impact of those changes and how it could affect users of that code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    suggestionNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions