Join Slack
Powered by
Is it better to initialize variables before the if...
# suitescript
s
shubs
02/05/2019, 3:59 PM
Is it better to initialize variables before the if (context.type = EDIT) or as a part of the if-statement? From an efficiency perspective, I think it would be wiser to do it in the if-statement. Thoughts?
Open in Slack
Previous
Next