Skip to content

Reduce functions' dependency on outside variables #6

@CodeKrakken

Description

@CodeKrakken

Wherever possible, functions should have their dependencies injected. This is not always possible with more complex functions, but these should be broken up to follow the same pattern when reasonable to do so. These pure functions can then be moved into their own files, promoting readability of logical sections.

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