Skip to content

Simplify HierarchicalTimer implementation #97

@jsiirola

Description

@jsiirola

This issue documents possible TODOs for the HierarchicalTimer implementation that could be "nice to haves", but shouldn't hold up PR #96:

  • Remove redundancy in the string representation. Significant logic (and embedded constants) are duplicated between HierarchicalTimer.__str__() and _HierarchicalHelper.to_str(). It is possibel that we might be able to accomplish this by refactoring the logic to only have a single class.
  • Switch __str__ indententation to be a consistent (4?) spaces. This will allow for longer identifiers without causing the table to become too wide to easily display.
  • Add a check to prevent users from including separators ('.') in identifier names

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions