You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding type List[type[Writer]], it can be refactored to an Enum; So instead of List[type[Writer]], we accept List[WriterType] which WriterType is an enum.
Same should happen for reader.
The text was updated successfully, but these errors were encountered:
Regarding type
List[type[Writer]]
, it can be refactored to an Enum; So instead ofList[type[Writer]]
, we acceptList[WriterType]
whichWriterType
is an enum.Same should happen for reader.
The text was updated successfully, but these errors were encountered: