Well... just a suggestion, but try to keep your code as modular as you can,
so that it'll be reusable later, and much easier to deal with.
Also, make sure you are reusing code whevever you can... other
than that... try to think ahead and design your code to be generic at the low levels...
I guess my real thrust here is code reuse. Nothing is worse that having code in 20 different places
that does nearly the same thing, and then realizing you have to
change it all. :)
- Ant
- Some of my best work - Fish Dinner