Skip to content

Error handling: Extract and test sheet validation logic #52

Description

@Alex-Cannon

There is logic to handle errors in the app. This should be extracted and tested in /utils

These should be pure functions that don't modify state. For example, something like this:

// Returns true / false if a category is valid.
// maybe returns an error message
const isValidCategory()...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requesttech debtIssue / request to improve development

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions