Which one do you prefer? Feel free to tell why in ...
# codereview
l
Which one do you prefer? Feel free to tell why in the thread if you have explainable reasons. 0️⃣ :
suspend fun awaitSubmissionOfPhoneNumberInput(): String
1️⃣ :
suspend fun awaitPhoneNumberInputSubmission(): String
1️⃣ 15
0️⃣ 1
d
suspend fun awaitPhoneNumberInput(): String
😛 (
Input
and
Submission
feels like repeating yourself).
3
m
^ my opinion too
l
I added submission because I view input as multiple events