reduces potential naming conflicts; not a huge dea...
# suitescript
e
reduces potential naming conflicts; not a huge deal on the server-side, but on client-side it is definitely a big deal. Several times I've seen where multiple Client Scripts were deployed to the same record, created by completely different developers who both used the same template for their script. Both scripts defined `function pageInit() { ... }`; only the second one executes because it overwrites the first one with the name
pageInit