Skip to content

Codebase Modularity #3

@chrisdedman

Description

@chrisdedman

Description

Currently, the implementation of the codebase logic is within a single implementation block (audio and subtitle). As the functionality grows, this monolithic structure reduces maintainability, testability, and readability.

To improve the software’s modularity, we should refactor the current implementation by decomposing it into smaller, single-responsibility components.

Benefits

  • Clearer separation of concerns.
  • Easier to unit test individual components.
  • Paves the way for alternative implementations (will be interesting for the desktop version).
  • More maintainable and readable codebase as the application evolves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions