-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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).