HBRS-SDP / ss24-physiological-computing

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Refactor core > ringBuffer.h #5

Closed Elektra-V closed 2 months ago

Elektra-V commented 7 months ago

Description:

To improve modularity and maintain a cleaner architecture, the RingBuffer class will be refactored into its own header file, ringBuffer.h. This separation will facilitate better maintainability and potential scalability of buffer management within our system. It will also make the class easier to locate and modify by isolating its implementation.

Tasks:

Expected Outcomes:

Note: Special attention should be paid to the dependencies and integrations with existing components to minimize disruptions.