Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move RenderContext where it belongs #3005

Merged
merged 1 commit into from
Dec 29, 2017
Merged

Conversation

rade
Copy link
Member

@rade rade commented Dec 27, 2017

It shouldn't be in 'report' because that is shared between the probe and the app, and RenderContext, as the name suggests, is only needed in the app.

It shouldn't be in 'report' because that is shared between the probe
and the app, and RenderContext, as the name suggests, is only needed
in the app.
@rade rade requested a review from rndstr December 27, 2017 16:25
@bboreham
Copy link
Collaborator

Feels like RenderContext should be an interface so other parts don't need to know what it is being used for.

But I don't see evidence that this causes a problem so perhaps yagni.

@rade rade merged commit ecf1cf4 into master Dec 29, 2017
@rade rade deleted the move-rendercontext branch February 13, 2018 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants