halfnelson/svelte-native

Switch to `PascalCasing` for component names, in next major version

jasongitmail opened this issue · 1 comments

Svelte and NativeScript use PascalCase for components by convention.

Screenshot 2024-02-21 at 2 09 01 PM

But Svelte Native uses camelCase and is inconsistent with these.

While not a big deal, consistency would make it feel more polished, smooth initial usage for new users, and allows copy and paste from NativeScript docs for various items.

Screenshot 2024-02-21 at 2 12 28 PM

Definitely this. I actually prefer using camel case but pascal case is more consistent and just 'feels' right. It also makes migrating from other technologies easier.