opral / lix-sdk

1 stars 0 forks source link

extract change queue from `openLix` #52

Open samuelstroschein opened 3 weeks ago

samuelstroschein commented 3 weeks ago

Context

The change queue is written in openLix which makes unit testing hard(er) and bloats openLix.

Proposal

Extract the change queue logic from openLix to an own folder src/change-queue/ to simplify unit testing, comprehension of openLix and, thereby, increase maintainability.

cc @jan.johannes