As part of the 2008 Winter Scripting Games the Script Center is profiling competitors who recorded a perfect score in the 2007 Scripting Games. Here, in his own words, is a little something about Frank Fattizzi, who received perfect scores in all four divisions: VBScript Beginners; VBScript Advanced; Windows PowerShell Beginners; and Windows PowerShell Advanced.
Check out more Profiles in Perfection from the 2007 Scripting Games.

Frank Fattizzi is the system administrator for JMI & Associates, a consulting civil engineering company in Scottsdale, Arizona. He has utilized batch scripting, VBScript, and JScript to automate tasks for 8 years. Currently his scripting is split between Visual Lisp to automate AutoCAD and Powershell to automate system administration tasks.
Scripting Tips
| • | Settle on a naming convention for variables, functions and constants. |
| • | Comment your code as you write it. You won't do any of that later. |
| • | Look for sections of code you can break out into functions. |
| • | Build a library of functions you can reuse. |
| • | Participate in newsgroups. |