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

Consider renaming bindCompose to composedViewFactory #19

@zach-klippenstein

Description

@zach-klippenstein

The term composed is consistent with the Compose composed function to build Modifiers as composable functions, and also with the Workflow.composed builder function for ComposeWorkflow (which was so-named to be consistent with the modifier builder as well).

The name bindCompose, in particular the term "bind", is vestigial from when ViewFactory was called ViewBinding, so using "ViewFactory" in the name instead seems more logical. That said, I don't feel too strongly since the function is still conceptually "binding" the composable lambda to a particular rendering type.

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    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