Skip to content

Mark all connector classes as final - #85

Merged
clue merged 1 commit into
reactphp-legacy:masterfrom
clue-labs:final
Feb 16, 2017
Merged

Mark all connector classes as final#85
clue merged 1 commit into
reactphp-legacy:masterfrom
clue-labs:final

Conversation

@clue

@clueclue commented Feb 16, 2017

Copy link
Copy Markdown
Contributor

Classes should be used via composition rather than extension.
This reduces our API footprint and avoids future BC breaks by avoiding
exposing its internal assumptions.

Refs reactphp/socket#71

Classes should be used via composition rather than extension.
This reduces our API footprint and avoids future BC breaks by avoiding
exposing its internal assumptions.
@clueclue added this to the v0.6.0 milestone Feb 16, 2017

@jsorjsor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@clue
clue merged commit 733266b into reactphp-legacy:masterFeb 16, 2017
@clue
clue deleted the final branch February 16, 2017 11:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus