mirrorru

Results 6 comments of mirrorru

At the moment, I'm additionally creating template methods for "HumanString" and the request was to get rid of it. But I think something similar to option `// new=0, string="Not approved"`...

If you think that the name "HumanString" doesn't sound very good, then I agree with you, it was a conventional name. Probably "Label" will be more correct and understandable. //...

### Situation: "Labels" are needed so that they can be easily transferred to the user interface (frontend or GUI/TUI), so that you can give a list of acceptable values in...

If the label is not in pure Latin and is long, then the code looks bad. I would like to have short English-language identifiers. ``` // ENUM( //Můj dlouhý název...

I won't insist any more. My colleagues and I always have a question about labels when we talk about generation for enumerations. The label text can be changed without changing...

Yes, it's just a matter of adding a function to convert to some kind of label, alias, or display value. No influence on marshalling is required. Initially, one method was...