Is a seperate `FileHandler` really needed? #19

Open
opened 6 years ago by SimonG96 · 0 comments
SimonG96 commented 6 years ago (Migrated from github.com)
Owner

Currently there is a FileHandler and a DataHandler. The FileHandler basically only wraps the DataHandler right now:

8e08ba497d/GBase/FileHandling/FileHandler.cs (L33-L56)

If this is the only thing it is supposed to do it can probably just be removed.

Possible Reasons to keep:

  • Pending a decision on #12, it might be needed to handle interval data saving
  • Converting IGBaseTableEntries to a form where they can be handled by the IDataHandler
Currently there is a `FileHandler` and a `DataHandler`. The `FileHandler` basically only wraps the `DataHandler` right now: https://github.com/SimonG96/GBase/blob/8e08ba497d305eadc871f18d19398b48f00bd6c9/GBase/FileHandling/FileHandler.cs#L33-L56 If this is the only thing it is supposed to do it can probably just be removed. **Possible Reasons to keep:** - Pending a decision on #12, it might be needed to handle interval data saving - Converting `IGBaseTableEntries` to a form where they can be handled by the `IDataHandler`
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: SimonG/GBase#19
Loading…
There is no content yet.