Make it a module ...part 3

Here's a button.

Here's a thing.

I am a thing.

navigate my process

related content

The Explanation

In sample 3 I showed that it's possible to pull in individual functions from a module file that's set up the way I've set mine up. It's nice on the one hand if you know you're only using a couple functions, it might make the resulting script file feel a little leaner. On the downside you do kind of lose the code completion aspect of pulling everything in via a single imported object. Mileage may vary, I make no claims to one way or the other being better yet.