Wednesday, November 4, 2009

Potential error fixed

The old code would declare variables immediately before using them. However, I was thinking last night, "What if the user implements nested loops using foreach or section?? ASP won't go past re-declaring variables!"

A feeling of dread overcame me! (Okay... maybe I'm being too melodramatic.) But it was a serious issue I needed to correct quickly.

So, I made some changes where variables are declared at the top of the compiled file instead of immediately before it is used.

I've been committing to SVN all along, but overwriting dermis0.5.zip over and over again. I know it is bad practice to use the same version number. Once Dermis takes off, I'll use different version numbers.

No comments:

Post a Comment