-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello there.
I've seen a bad pattern here, and it is that snake_case is being used in this library.
This is a total bad practice and breaks patterns that are a standard across JS/TS libraries.
It may be ok to use snake_case with other programming languages (ie: Python), but when working with TypeScript or JavaScript, we should stick to using camelCase, or PascalCase when naming components and objects.
Take a look at any other JS/TS/Svelte library and you'll quickly notice that snake_case is not used anywhere.
Metadata
Metadata
Assignees
Labels
No labels