DM-1730 part 1, split writers and "readers"
Created by: SkyToGround
Issue
- DM-1730
What has been done
- Splitting of reader/writer code into two separate directories (from src/schema into src/fb_metadata_extractors and src/writer_modules).
- Splitting of unit tests for these into seperate directories as well (src/tests/fb_metadata and src/tests/writer_module).
- Changed all reader modules into using a consistent namespace and name (e.g.
FlatbufferMetadata::f142_Extractor
). - Changed all writer modules into using a consistent namespace and name (e.g.
Modules::f142::f142_Writer
). - Some minor cleanup.
- Remvoved some dead code.
What to check for
- That there are no changes to unit tests or functionality.
Nominate for Group Code Review
-
Nominate for code review