Open choongzhanhong opened 1 year ago
(1) is rejected because it is how a static method is called.
(2) is rejected because the constructor returns before the execute method is called. The extra space is valid but the severity should be very low.
(3) is rejected as it is omitted for simplicity. Void functions do not need a return arrow.
(4) is omitted due to simplicity. Since it is a single instance, it can be omitted.
Team chose [severity.VeryLow
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
Hmm, please correct me if I'm wrong. Here are some comments I have on it:
<<class>>
above MoneyMoover and Parser?: CreateAccountCommand
activation bar, should it be continuous? Also the extra space between the:
and the rest in the name.printMessage()
the:UI
should return control to:CreateAccountCommand
right?:CreateAccountCommand
destroyed after it is done running?