Skip to content

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

Open
@woeps

Description

@woeps

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestlibraryissues regarding the library Refabricator

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions