yaakovLowenstein / hx-requests

A package to facilitate the use of HTMX with Django
MIT License
55 stars 6 forks source link

Change class names to be Camel Cased they are a little messy right now #115

Open yaakovLowenstein opened 2 months ago

aareman commented 1 month ago

Technically it's "TitleCase" or "PascalCase" (they are the same, just different names). I think camel has the first letter lowercased: "camelCase".