Archive for the 'Team' Category

We’ve got fans!

Friday, March 17th, 2006

A few of the team ran down to grab some free food from Reggie’s today. And we bumped into two of our fans, Frank and My-An. It feels so nice to know people appreciate our work. Thank you. =)

Refectoring++

Wednesday, February 8th, 2006

Here is a good example where refactoring code, makes things more readable, but also enhances the design.
This is what we were using before:
for (WhereClause wc : m_clauses) {
if (wc.m_objType == WhereClauseType.Bool) {
statement.setBoolean(++count, ((Boolean) wc.m_obj).booleanValue());
} else if (wc.m_objType == WhereClauseType.Int) […]

var thing;

Monday, February 6th, 2006

Even when not at the team meeting, Chris still managed to get everyone to laugh.
Some out of amazement and others out of plain despair.
Thanks Eric; for identifying a variable name that’s even less descriptive than “widget“.
“thing” is now the one to beat.

Coding to Saturday Morning Cartoons

Saturday, February 4th, 2006

This is the story of how I just found myself coding all the way until Saturday morning cartoons.
I had been lacking sleep for most of the week, and come Friday, I was simply dead. Regardless, I came back home, ate and sat in front of my computer, and started to follow the steps explained on […]

A Sign of Success?

Thursday, January 26th, 2006

As it has become a habit for me in the past few month; I opened eclipse and synchronized my Impresario code.
The first thing I notice is the dreaded red box with a ‘x’ though it; the sign of a compilation error. But this wasn’t a plug-in any of the developers used, it was one of […]