Community

An Example Of Overloaded Functions With Very Different Sub-Function Implementations

(Ben Nadel) A few days ago, I blogged about overloading Javascript functions with a sub-function approach. In that post, I demonstrated that branching logic could be factored-out into the core function in such a way that the individual sub-functions could execute with a very narrow set of concerns.

Read More - Register for Free Membership