July 27, 2017

Don’t Think About Redundant Stuff

Templates are a major part of my SuiteScript development toolset; they make it so I don’t even have to think about the simple, redundant stuff that comes with writing SuiteScript.

I use templates to eliminate the need to write module headers, module output statements, function headers, and other common, repetitive patterns I follow. This way, I can focus solely on designing and writing the important code, rather than worrying about whether I used the right JSDoc tag in the boilerplate.

The templates I use for SuiteScript development are open-source:

If these don’t match your style, that’s fine, but I highly recommend you use templates to expedite the creation of Scripts and conserve your focus for the actual business portions of your code.

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

Related posts

March 3, 2021

Does the physical location of a competent employee change the amount of value they can deliver for your organization? If it does, I’d be keen to hear your story. If it does not, why ...

Read More

March 2, 2021

Today a friend and former colleague of mine – who happens to now be in a development leadership role for a NetSuite partner – was lamenting the extreme difficulty of finding and hiring NetSuite ...

Read More

March 1, 2021

Software is never finished; clients are always changing and re-prioritizing. NetSuite is ever a moving target – always updating and evolving. Market forces are always shifting and shoving, forcing new demands on your business. ...

Read More