Skip to content

Rename Reader subsystem classes

Jolie Roiseux requested to merge refactor/rename-reader-classes into develop

Context

The names of the Reader subsystem classes should represent reading through a data file.

Summary

The file name changes are as follows:

  • Reader -> DataFile
  • V1730Reader -> V1730File
  • ReaderIterator -> Reader
  • ReaderFactory -> DataFileFactory

All references to these classes have been updated.

How was this tested?

The compiled code runs as it did before.

Merge request reports