goodolmike (
goodolmike) wrote2010-09-29 09:15 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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.
no subject
;-)
no subject
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