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

ryuukk_ ryuukk.dev at gmail.com
Mon May 1 00:37:27 UTC 2023


Do you write this?

```
float myfloat = float(1.0);
```

Or this?

```
float myfloat = 1.0;
```

Why would it be different for enums (or any other type)

Also i suggest you to try all kind of languages to expand your 
knowledge and to try out new UX that modern languages provide, 
there is no reason to refuse to understand other people's opinion 
only because you thought the existing rule is immutable because 
you can't give a critical opinion on it


More information about the Digitalmars-d-announce mailing list