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
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
IDataReader would imply it's an interface. Interfaces shouldn't be instantiated, right? What then do the create and fetch return from ImmutableDataInterface?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation readability could be improved by removing
Interface
from class names.For example, scan your eyes down this vertical list:
vs.
Also, I propose that MutableDataInterface becomes
MutableDataContstructor
to clarify what it's methods are responsible for.Reader
andWriter
classes could provide clarity by being renamed to something likeIDataReader
andIDataWriter
.The text was updated successfully, but these errors were encountered: