Closed egil closed 7 months ago
Right now the library uses a mix of different ways to name things. I prefer consistency :)
Rules:
HtmxorNavigationManager
Htmxor
IHtmxor
HtmxConfig
Htmx
HtmxRoute
hx
@hxget
This does mean the Hx prefix goes away, such that e.g. HxRoute becomes HtmxRoute.
Hx
HxRoute
Input is welcome.
Right now the library uses a mix of different ways to name things. I prefer consistency :)
Rules:
HtmxorNavigationManager
, SHOULD be prefixed withHtmxor
(orIHtmxor
), if they are public.Htmxor
if their name would otherwise conflict with a type in Blazor/aspnetcore.HtmxConfig
, SHOULD be prefixed withHtmx
.Htmx
, e.g.HtmxRoute
.hx
like Htmx do. E.g.@hxget
.This does mean the
Hx
prefix goes away, such that e.g.HxRoute
becomesHtmxRoute
.Input is welcome.