FritzAndFriends / BlazorWebFormsComponents

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
MIT License
426 stars 72 forks source link

Rename IHasXXXStyle to IXXXStyle #250

Closed hishamco closed 4 years ago

hishamco commented 4 years ago

While submitting the pr #243, I notice that we have some IHasXXXStyle interfaces, the naming is little bit not suited from API design point of you, what I'm suggesting is to replace them to IXXXStyle which is more clear

csharpfritz commented 4 years ago

This was an internal API, and should not have been exposed to the consumers. For that, we could have kept a quirky name.

Not a problem to change