-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
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:
- with no Parameter and no Return Value
- with a Parameter and no Return Value
- with no Parameter but a Return Value
- 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
Labels
No labels