12:33 AM - JJ
Haven't posted much about JJ lately. I've done some work on it tonight. Source forge made some major changes to the CVS service. I'm debating what to do at this point.
I've gone ahead and worked on JJ a bit. I'm in the middle of a very large change. Currently there is a Preferences class and a User class. I'm merging them into one. Most of the time I need to access the preferences class in my code and thats two object intstances plus 2 sql queries. It seems dumb and quite a few parts of my code could be tweaked (less params etc) if i merge them. The Preferences object has been around since 2003 and thats buried all over the place. I've also got some rendering and message bugs fixed.
I've gone ahead and worked on JJ a bit. I'm in the middle of a very large change. Currently there is a Preferences class and a User class. I'm merging them into one. Most of the time I need to access the preferences class in my code and thats two object intstances plus 2 sql queries. It seems dumb and quite a few parts of my code could be tweaked (less params etc) if i merge them. The Preferences object has been around since 2003 and thats buried all over the place. I've also got some rendering and message bugs fixed.
0 comments