Murmeldyret / P3-Project

2 stars 0 forks source link

Reference: Extract base class. #94

Closed Uewotm90 closed 1 year ago

Uewotm90 commented 1 year ago

The reference class is used both for references which are treated and untreated. This can cause a lot of confusion with regards to fields that may or may not contain anything. Base class should only contain fields which are always present, the rest is the responsibilty of a specialization.