Skip to content

All code styleguides must be enforceable by tools #24

@coderbyheart

Description

@coderbyheart

If there is no tool to fix a style issue, then I won't enforce the rule.

It's important to have an automated way of formatting source code to eliminate discussions around style and remove noise from diffs.

The best way to handle it is to fix all fixable errors using lint-staged and Prettier. That way developers won't even notice. Good IDEs are able to apply prettier style guides automatically even during editing.

See https://github.com/bifravst/code-style

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