Skip to content

Use constants when applicable #312

@eKathleenCarter

Description

@eKathleenCarter

Most of the node types, attribute names, and other strings that should be constants defined in one place are set up correctly now, but not all of them. Specifically, as mentioned above, nodes are sometimes represented as dictionaries and the properties "id" "name" and "category" are hard coded in many places. Using objects would solve this but something like "category" should not be in multiple places in the code base, it should be a constant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    High PriorityIssues that require immediate attention and should be prioritized.RefactorParser needs refactoring and revision

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions