Is it better to initialize variables before the if...
# suitescript
s
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?