Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Outsource Log MessagesΒ #149

@bennobuilder

Description

@bennobuilder

πŸ†• Feature Request

❓ Is your feature request related to a problem?

No

πŸ“„ Describe the solution you'd like

Outsource all log messages from the actual code.

pros:

  • better maintainability
  • better testability
  • single line which redirects to log messages instead of a up to 10lines long log message

cons:

  • larger bundle size (2kb)
  • work to outsource the log messages and update tests

πŸ“ƒ Describe alternatives you've considered

Don't outsource all log messages from the actual code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    @agile-ts/coreRelated to the @agile-ts/core packageenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions