AdvancedVocabulary#software-architecture#developer-tools#backend

Algebraic Data Types Vocabulary

Build fluency in the vocabulary of types built from combined fields or a choice among distinct named variants.

0 / 5 completed
1 / 5
At standup, a dev mentions defining a type as either a combination of several fields all present at once, or as one of several distinct named variants, each of which may carry its own different data. What is this kind of type called?