I Forgot
Monday, March 5th, 2007I just realized that a feauture that I had to implement for a system this week was already implemented, just not exposed, by myself last November. That makes life pretty happy. I knew that I had started work on it, but I didn’t think that it was completely done. Apparently, I implemented the feature in its entirity in November and did not expose it for fear it would confuse users during other related tasks.
I hate the comma separated values format with a passion today. Actually, I hate Cold Fusion’s Replace function. The function requires you to pass a scope if you want to replace all occurences of something in a string. I always forget to do this and then wonder why my string replacements don’t work. I was trying to escape quotation marks in my file output and it did it for the first one but not the rest. Since quotation marks are relatively important in comma separated values, it jacked the whole file up. I passed in “all” as the scope parameter, and all of my woes were gone.
The already implemented feature is a good thing, because of the three things that I have to do for this project, I don’t have the last one started at all. Apparently, the first two are done, though!