When writing Q1IM scripts, I often have shared functionality I want to share among several scripts. This works fine, both in the system debugger, and in the script editor. However, because of the way the script editor breaks things up with those XML comments, the shared code is only visible in a single script. Like I said, everything works fine, but it might be confusing for maintenance developers coming in behind me. Does anyone have a best practice or common pattern for handling this, layout-wise?
↧