-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
262 refactor rename nameandversion/librarykey to versionedidentifer 2 #546
262 refactor rename nameandversion/librarykey to versionedidentifer 2 #546
Conversation
Since your doing this shouldn't we take this opportunity to make this also remove the need for getting parts and building strings? This is off the top of my head so please forgive. |
Sounds like a good idea, can we do this as part of another issue? |
…l-sdk into 262-refactor---rename-nameandversionlibrarykey-to-versionedidentifer-2
My main remark is the same as @richfirely 's - there is actually a |
Will be addressed in |
Work for
Make the term
VersionIdentifier
the standard when referring to an ELM library by its name and/or version. Renamed any case ofNameAndVersion
toVersionedIdentifier
to make it all consistent.Keep the
GetVersionedIdentifier()
method as internal. I'd like to use the Result pattern for the future instead of passing in a boolean to throw an error or not.