openapi3-parser icon indicating copy to clipboard operation
openapi3-parser copied to clipboard

Introduce Protocol instead of abstract classes and interfaces

Open manchenkoff opened this issue 2 years ago • 0 comments

To be able to use another factory from other packages or to be able to extend the current package without code changes in 3rd party code we should use Protocols instead of Interfaces.

manchenkoff avatar Jul 06 '22 14:07 manchenkoff