Skip to content

Create service files for api calls #230

@byroncoughlinSr

Description

@byroncoughlinSr

Creating service files is a best practice in software development

  1. Separation of Concerns
    Store Responsibility: A store's primary purpose is to manage application state, provide reactivity, and expose getters and actions.
    Service Responsibility: Services focus on interacting with external systems, such as making API calls and handling network requests.
    By separating these concerns, each layer remains focused and easier to understand, debug, and test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingtests or test machinery

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions