Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use generic class for File types with type associated processors #1

Open
Liastre opened this issue Aug 5, 2021 · 0 comments
Open
Assignees
Labels

Comments

@Liastre
Copy link
Owner

Liastre commented Aug 5, 2021

Rework specific File classes (like FileWave) to generic class with different processors. Instead of CASM::FileWave it become CASM::File<FileWave>. These changes needed to simplify the code and increase flexibility, users of library will need to overwrite only a few simple methods of FileInterface class to use their own types.

@Liastre Liastre added the type: story Product enhancement label Aug 5, 2021
@Liastre Liastre self-assigned this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant