Conversation
Copy link
Copy Markdown
Member
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.
Builds on top of #128
jsor approved these changes Dec 4, 2017
Copy link
Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๐
Copy link
Copy Markdown
Member
@jsor funny enough before one loop can't be mocked ๐
Copy link
Copy Markdown
Member Author
Rebased now that #132 is in, this should fix the build error ![]()