-
Notifications
You must be signed in to change notification settings - Fork 0
Mitigate fragility #26
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestsupportabilityAnything which enhances debugging, testing, and maintanence.Anything which enhances debugging, testing, and maintanence.
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsupportabilityAnything which enhances debugging, testing, and maintanence.Anything which enhances debugging, testing, and maintanence.
When the Torn API response is parsed, catch parsing errors for the properties we consume and stub with a generic/placeholder value like '-' for numbers, 'unknown' for an enum value, 'n/a' for other things where makes sense.
The goal is to allow the app to function even if the api signature changed.