Skip to content

Split up html5sortable.ts into smaller modules #555

@lukasoppermann

Description

@lukasoppermann

It would be good to split the html5sortable.ts file into smaller modules to make it easier to test them and understand the code.

Important would be:

  • try to avoid using globals as much as possible (always inject arguments in functions rather tan relying on options)
  • try to include typescript definitions for the functions
  • try to include tests for the new parts
  • try to see if we can generalize a function so that it can be reused for other parts
  • include comments and documentations in the module files
  • try to make the function naming convention more straight forward, logical and homogeneous

Good candidates are:

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