Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Rename showRendering to WorkflowRendering and make it not an extension function. #36

Merged
merged 1 commit into from
May 28, 2020

Conversation

zach-klippenstein
Copy link
Collaborator

Fixes #21, see that issue for rationale.

@zach-klippenstein zach-klippenstein requested a review from rjrjr May 20, 2020 00:14
@@ -98,7 +98,7 @@ class PreviewComposeWorkflowTest {
Column {
Text(props.first)
Semantics(container = true, mergeAllDescendants = true) {
environment.showRendering(rendering = props.second)
WorkflowRendering(props.second, environment)
Copy link
Contributor

Choose a reason for hiding this comment

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

I really like this. The noun v verb discussion resonated.

…n function.

Fixes #21, see that issue for rationale.
@zach-klippenstein zach-klippenstein force-pushed the zachklipp/rename-showrendering branch from e39b9ff to 49228bd Compare May 28, 2020 22:02
@zach-klippenstein zach-klippenstein merged commit 3f460f8 into master May 28, 2020
@zach-klippenstein zach-klippenstein deleted the zachklipp/rename-showrendering branch May 28, 2020 22:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename showRendering to follow composable "widget" naming conventions
2 participants