Profile

outlier_lynn: (Default)
outlier_lynn

January 2015

S M T W T F S
    123
45678910
11121314151617
181920 21222324
25262728293031

Most Popular Tags

Expand Cut Tags

No cut tags

April 7th, 2006

outlier_lynn: (Default)
Friday, April 7th, 2006 06:50 pm
The code I'm working on has reason to do a bunch of bit arithmetic in a bunch of different places. I'm consolidating the code to make sure that the same arithmetic is done every time. Turns out, it isn't done that way now. There are subtle bugs in the existing code. 1/7 of the database records have wrong data.

The good news is that the database has the same information in three different forms. And one of them is right. So it is simple to fix the faulty data.

I spent the day ripping out the offending code and creating a class to ensure the right construction and destruction happens.

Whee.

I severely underestimated this job. I've hit the upper end of my bid and I'm now working for the joy of it all. I need to finish this project QUICKLY.

Love,