Skip to content

Move CSV-related code into submodules of input #281

@alexdewar

Description

@alexdewar

Currently, code for reading in data from CSV input files is spread across files for the different data structures (e.g. agent.rs, process.rs etc.) and it would be more readable if this input-related code was separated out. Following a discussion, we decided the best route was to make submodules under input: e.g. you'd have input/agent.rs for the agent CSV reading code etc.

Note that as much as possible, we want to not make functional changes at the same time as doing this refactor, as they'll be lost in the large diffs.

Subissues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    umbrellaAn umbrella issue

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions