Hi,
I would like to know regarding best practices for CRM 4.0 code.
Javascript code:
1- When we add 'debugger' in the javascript code, isn't it better to remove it before deployment on production server?
2- Try and catch, isn't better to also remove them from the code on the production server?
Plugins:
1- Isn't it better to remove try and catch before deploying plugin code on production server?
Thank you in advance