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 8874225 7.8 KB Updated

File contents

HolobiomicsLab/asb-skill-collections/tree/main/collections/metabolomics/v1/skills/configuration-object-pattern commit 8874225f8d

Frequently asked questions

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