Skip to content

Rename method names from_file, load, to_file #67

@ehsteve

Description

@ehsteve

Currently, the method names are

  • load(filename) - to parse a binary file
  • from_file(filename) - to create a packet definition from a file (only csv right now)
  • to_file(filename) - to create a binary file with synthetic data (coming soon!)

I feel like all of these function names are unclear and require someone to read the documentation to figure out what they do which should not be the case.

The purpose of this issue is to discuss whether it is worthwhile to change these names and what the new names might be.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions