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
SHOULD NOT define case classes nested in other classes
Are nested case classes a problem? There's quite a few instances where you might need them, e.g. representing database rows that may have serialized columns.
Are nested case classes a problem? There's quite a few instances where you might need them, e.g. representing database rows that may have serialized columns.