Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor factory to return result(list(string), list((string,list(string)))) #13

Open
woeps opened this issue Feb 16, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request library issues regarding the library Refabricator

Comments

@woeps
Copy link
Owner

woeps commented Feb 16, 2020

Currently a factory returns result(unit, string).
For better console output result(list(string), list(string)) is desired.
Ok will hold a list of the fabrics' name which was processed sucessfuly by the factory.
Error will hold a list of tuples holding fabrics name and a list of errors per fabric.

@woeps woeps self-assigned this Feb 22, 2020
@woeps woeps added this to the Proof of concept milestone Feb 22, 2020
@woeps woeps added enhancement New feature or request library issues regarding the library Refabricator labels Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request library issues regarding the library Refabricator
Projects
None yet
Development

No branches or pull requests

1 participant