Y
Hacker News
new
|
ask
|
show
|
jobs
by
edflsafoiewq
716 days ago
Point taken. But you can check the declaration of RaiseInvoice and see if the names match. If you had RaiseInvoice(false, true) then you
really
wouldn't know.
1 comments
wrs
715 days ago
Totally a matter of taste, but for an equal level of protection and less vertical waste I’d rather just do
RaiseInvoice(/*taxInvoice*/ false, /*sendEmail*/ true)
link