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.
Context
The change queue is written in
openLix
which makes unit testing hard(er) and bloatsopenLix
.Proposal
Extract the change queue logic from openLix to an own folder
src/change-queue/
to simplify unit testing, comprehension ofopenLix
and, thereby, increase maintainability.cc @jan.johannes