Closed hkjlee109 closed 8 years ago
@kwoolytech PaymentBot이 나온 후에 고민하는 것이 어떨까요?
Kinda YAGNI. :) Hey Captain, I agree with you. I also didn't expect to do it now. Btw, are you going to close this issue? I was thinking of tagging a label, namely Backlog
, Good to have
or Later
.
Wow, you have been remembering the principle YAGNI! You can close this issue. If needing to discuss for this issue, anyone can reopen. Thanks for suggesting the new label but I think that the new one can cause confusion. What if we create a new label carefully?
Yeah, I do remember what you have taught me. :) For the label thing.. Sure, that makes sense. Let me close this for now.
I will keep YAGNI in mind. Thanks to learn it!
Since our project is not limited to single dice application, we need a certain form of command router.
For example,
/dice 2d6
,FunBotCommandRouter
shall receivedice 2d6
,2d6
to the DiceBot.FunBotCommandRouter
will route the message toPaymentBot
if the command waspayment
instead ofdice
.Definition of done:
FunBotCommandRouter