(Data Type | Data Structure)
About
A type is the classification of value according to:
- how they are represented (the structure)
- the properties that they have (the operations)
A data structure is a complex data type that can not be compared/represented by a unique value.
Example
- sequence of bytes
- ….
You will not find language data structure in this section such as:
- Markup Language (ML) (Xml, Json)
See also:
The clarity of examples, and the software’s decipherability and debuggability in the real world, are likely far more important. Form must communicate function.