Skip to content

Modularity #82

@njsfield

Description

@njsfield

Your server.js file requires the handler.js file which deals with the routes and logic of the server.
It may be cleared to separate the handler file into a routes file (which contains logic to handle endpoints), and have that require separate handlers. Currently this is not too much of an issue currently as the application has few endpoints, but having a single handler file in the future could be confusing to navigate through

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions