Closed Kariel-Myrr closed 2 years ago
We had a lot of repeating code in FromHttpApiData instances with CLI.Parse.
FromHttpApiData
CLI.Parse
That was fixed. Basically a lot of low parsing logic moved from CLI.Parse to CLI.Types and Coffer.Path. It was necessary to avoid cyclic dependencies.
CLI.Types
Coffer.Path
Tests
Documentation
Description
Problem:
We had a lot of repeating code in
FromHttpApiData
instances withCLI.Parse
.Solution:
That was fixed. Basically a lot of low parsing logic moved from
CLI.Parse
toCLI.Types
andCoffer.Path
. It was necessary to avoid cyclic dependencies.Related issue(s)
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)