User-Defined Functions

In an earlier post I discussed how we can reuse code by creating our own user-defined JSL functions.  The most common reason I hear for not creating user-defined functions is that the code is only being used once, hence there is no requirement for reuse.  But there are many benefits to creating our own functions – far beyond code reuse.  In this post I’m going to explore some of those benefits.

(more…)