goodolmike: (Happy Programmer Dance)
goodolmike ([personal profile] goodolmike) wrote2010-09-29 09:15 am
Entry tags:

Happy Programmer Dance

Me and one other guy at work just migrated our entire codebase from java 1.4 to java 6, and we made our applications platform independent.

This has been a big pipe dream of our department for many years. We nailed it. Yay!

Oh, I'm just happy, that's all.

Posted via LiveJournal.app.

[identity profile] njbearcub1.livejournal.com 2010-09-29 05:18 pm (UTC)(link)
Congratulations on your computer thing you did.

;-)

[identity profile] realaustinman.livejournal.com 2010-09-29 06:02 pm (UTC)(link)
import mx.logging.ILogger;
import mx.logging.Log;

/*
@TODO fix stoopid deprectated stuff later.. it'll work for now
*/

Log log = ILogger.getLogInstance(context);
log.INFO("I wonder how many of those TODOs are hanging around? ;) Good job though!");
ext_646489: (wrrrrrk)

[identity profile] goodolmike.livejournal.com 2010-09-30 12:17 am (UTC)(link)
Ha ha. Love it.