Skip to content

Refactor exception handling #44

Description

@oskopek

Currently, exceptions are thrown and caught all over the place.

  • Consolidate the usage of exceptions. If applicable, prefer to fail-fast (wrapping thrown exception in unchecked exceptions (IllegalStateE, IllegalArgumentE, ...)
  • Try to separate all IO from the domain classes. (F.e. IO should not be done in constructors, ...)

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

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions