Skip to content

Migration: recommend a two step migration #57

@sagikazarmark

Description

@sagikazarmark

I think most people fear from breaking BC. I absolutely agree with them, that's why I think we should recommend them a two step migration.

  1. Use HTTPlug internally, don't change the public API. In most cases this is a simple constructor injection of an HTTP Client. We could just wrap this around one of our adapter and use HTTPlug API internally.
  2. Once the author is confident that the package is stable and HTTPlug works, he can change the public API as well, fully decoupling the package from the actual implementation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions