DIP1044---"Enum Type Inference"---Formal Assessment

Max Samukha maxsamukha at gmail.com
Mon May 1 15:01:46 UTC 2023


On Monday, 1 May 2023 at 14:03:51 UTC, bachmeier wrote:

> ```
> value.type = STRING;
> ```

IRL people would use namespacing prefixes or actual namespaces 
anyway, so your example would look more like

```
value.type = VALUE_TYPE_STRING;
```


More information about the Digitalmars-d-announce mailing list