Skip to content

Remove Snake Case use  #59

@Lucasmiguelmac

Description

@Lucasmiguelmac

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions