Skip to content

Refactor Instance Creation to Use Strategies #108

Description

@Nylle

This is related to #106.

Right now, we're handling different approaches to instantiating a class via exceptions - passing them down to each new attempt in order to better show what went wrong and what was attempted.

Although this is a good first approach (it works), I would like us to re-think this approach, potentially using strategies with results instead of exceptions.

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions