Skip to content

Renaming of the RxCommand creation factory methods #3

@escamoteur

Description

@escamoteur

Hi, I would like your opinion. I want to rename the static factory functions of my RxCommands. An RxCommand can be created in different flavours:

  1. with no Parameter and no Return Value
  2. with a Parameter and no Return Value
  3. with no Parameter but a Return Value
  4. with a Parameter and a Return Value

Currently:

createSync
createSync1
createSync2
createSync3

createAsync
createAsync1
createAsync2
createAsync3

And no, optional parameters don't help here because the functions differ in there generic parameters.

I will add replies for different possibilities below so you can add +1 or -1 to the different versions

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