jepegit / cellpy

extract and tweak data from electrochemical tests of cells
MIT License
88 stars 31 forks source link

plugin-architecture-loaders #210

Open jepegit opened 2 years ago

jepegit commented 2 years ago

The goal is to implement a simple plugin architecture.

jepegit commented 2 years ago

After some initial tests and thinking, it seems like cellpy should use the factory-pattern for handling the different loaders. So - a more correct order of things would be:

  1. implement factory-pattern.
  2. add plug-in solution.