Skip to content

Refactor NetGraphItem #206

@jgosmann

Description

@jgosmann

At the moment all items in the net graph are implemented in the same NetGraphItem class which results in a lot if-clauses in various places of the class. Usually this is an indication that polymorphism should be used. Not sure, if there are any JS limitations preventing this, but it seems that NetGraphItem should be refactored (though maybe not before the summer school).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions