Open fsgmhoward opened 3 years ago
No response provided.
Team chose [response.Rejected
]
Reason for disagreement: Since no reason provided, I would insist on my original opinion.
Team chose [severity.VeryLow
]
Originally [severity.Medium
]
Reason for disagreement: This is not a cosmetic bug so it should not be Very Low
. It should not even be Low
as this cause inconvenience for developers like me. I am not able to distinguish whether you call the function's constructor or in some other way. The control of the execution is also misleading without the return arrow.
I would assume that you want to represent the constructor here:
The correct notion should be like this instead:
Moreover, is there a missing arrow going back here?
Since the "control" has not been transferred back to the user and the activation bar has not terminate, I would assume that the execution is still at the
:FileManager
, so the user should not have a action pointing.