For historical reasons, many of the most widely used sources inherit from a LegacySource base class, rather than the newer Source base class which increases maintenance burden and adds confusion for developers wanting to modify or create a new source.
This work covers retiring the LegacySource base class, and unify all sources under the new base class.
For historical reasons, many of the most widely used sources inherit from a
LegacySourcebase class, rather than the newerSourcebase class which increases maintenance burden and adds confusion for developers wanting to modify or create a new source.This work covers retiring the
LegacySourcebase class, and unify all sources under the new base class.