Denis Voituron
Denis Voituron
Of course, developers can (and do) work with the public attributes of enumerations. On the other hand, I don't think it's a good idea to modify ALL attributes in `Display`....
Why to create this list of items? We already have this page #3962
> I do this because of #4356 It has absolutely nothing to do with it: this 4356 change was made because Microsoft's ADO pipeline refuses to have two feeds in...
We could create a `Func IsActive` parameter so that we can customize how the NavMenu is activated: using an internal variable, a URL route, etc. What do you think?
No. We prefer to have all FluentUI components in the same lib. But we would like to add a possibility to dynamically load external JS lib using a configuration flag....
Yes. That could be an interesting feature.
List inherits the IEnumerable. This is the base type.
I don't think that's a good idea. IEnumerable is the base type. Why arbitrarily choose List or Array? The “problem” will be the same with all other collection objects. So...
I would say that your code should also use interfaces rather than List. In summary (helped by Copilot 😊)... ✅ Why Prefer Abstractions? **1. Flexibility and Maintainability** Using abstractions allows...