Skip to content

Disable alphabetic class members #10

@miklschmidt

Description

@miklschmidt

Closely related to #9

Member sorting
pros:

  • a very consistent albeit arbitrary ordering of member names
  • to work around issues such as width and height grouping you can create special rules

cons:

  • You can't group keys that logically belong together, such as showModal and toggleModal.
  • If you want to achieve the previous, you're forced to write less readable (not natural language) member names, such as modalToggle, modalShow. Yoda style, a modal show you must, young padawan. This results in less readable code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions