Shell Nuggets: Quickie Tabulizer
I’m real bad about things lining up. Used to go out of my way to ensure variable declarations were columnized by access mode, type, name, equals sign and initial value. final BufferedImage mapImg = MapImageFactory.newInstance(width, height); final int count = ad.getPosition() * 2; mapImg.composite(adImg, 25 , (this.adHeight + 20) * count + 20, Over); mapImg.composite(adTxt, 25 + this.adWidth, (this.adHeight + 20) * count + 20, Over); The Tabularizer plugin for vim was a boon for productivity. Well, mine. For everyone else,...
