Configuration Object Pattern

Use when when designing a library that needs to support multiple plotting backends (e.g., matplotlib, bokeh, plotly) and you want to avoid reimplementing parameter validation, storage, and dispatch logic for each backend.

HolobiomicsLab Updated

File contents

HolobiomicsLab/asb-skill-collections/tree/main/packs/metabolomics/ms-generic/leaves/configuration-object-pattern commit 5aea832d29

Frequently asked questions

npx skillmds@latest add holobiomicslab/configuration-object-pattern-3