-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
databaseRelates to the "Database" lookup of Cards, Status Effects, etc.Relates to the "Database" lookup of Cards, Status Effects, etc.identified-in-testsNotates that a work item or issue was detected in relation to the Tests effort.Notates that a work item or issue was detected in relation to the Tests effort.
Description
Databases have a "TryGet" and a "Get" by convention. At time of writing, "Get" methods are public. This runs the risk of users calling "Get" directly on things that do not exist. This will result in an exception being thrown.
Only "TryGet" methodology should be public. The other methods should be internal or private, or removed if not necessary.
Metadata
Metadata
Assignees
Labels
databaseRelates to the "Database" lookup of Cards, Status Effects, etc.Relates to the "Database" lookup of Cards, Status Effects, etc.identified-in-testsNotates that a work item or issue was detected in relation to the Tests effort.Notates that a work item or issue was detected in relation to the Tests effort.