I'm telling you, writing guidance packages using GAT can be infinitely frustrating! At least on my rather slow laptop with a measly 1 Gb of RAM. Why is that, you might ask yourself? Well, here's the process you use when finding errors in a package:
- Rebuild your package (about 45 seconds)
- Register your package (about 90 seconds)
- Open a new Visual Studio 2005 instance (about 30 seconds)
- Create a solution using your new package (about 30 seconds)
- Realize that you've made yet another stupid mistake (less than 1 second)
- Shut down the new Visual Studio instance (10 seconds)
- Fix the bug (a second or two)
- Repeat
Sure, it might not sound that bad, but remember that there is hardly any compile-time checking going on here and I'm making tons of spelling errors and other stuff that would usually be caught by the compiler. This is going to take me the rest of the week.. Easily..
Leave a Reply