10
Helpful Tips
Introduction
Throughout this book, we include suggestions to make scripting easier and more efficient. This chapter captures those suggestions and adds a few more. Obviously, our methods and opinions are rooted in our use and JSL consulting experience. And, like most people, if we have a proven solution (a method that works with reasonable performance), we do not always look for better methods. We look forward to getting your suggestions and learning new methods from you.
This final chapter includes tips for planning your code, a watch list of common mistakes, methods that we use to find script errors (debug code), and suggestions to improve ...