Resolving mypy errors in #387 required a lot of null checks prior to accessing fields known implicitly to be set by the later operations
Would reduce duplication to just rethink the way the object and its field initializes - something like a default population but safe retrieval (dict-like)
Resolving mypy errors in #387 required a lot of null checks prior to accessing fields known implicitly to be set by the later operations
Would reduce duplication to just rethink the way the object and its field initializes - something like a default population but safe retrieval (dict-like)