Happy Programmer Dance
Sep. 29th, 2010 09:15 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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.
no subject
Date: 2010-09-29 05:18 pm (UTC);-)
no subject
Date: 2010-09-29 06:02 pm (UTC)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!");
no subject
Date: 2010-09-30 12:17 am (UTC)