OPI Blog
Learn from experts in their fields

Browsing Tags: script

May 15, 2014
Automatically test your dirty Grails classes
Summary When refactoring code in bulk, I occasionally run into a scenario where it’s simpler to make the change all at once and run the tests afterwards than it is to test after every iteration ...
Oct 12, 2010
Update: Fast path switching between projects
Yesterday I overheard a couple co-workers talking about this cool script they found for quickly switching between development projects.  Turns out they were talking about my old post so I thought I’d share the latest ...
Jan 4, 2010
Exactly how is your development environment configured?
Along with Grails we are seeing a resurgence of the shell and the command line. And if there is anything experienced unix users hate, it’s asking a newbie how their environment is configured and getting ...
Dec 29, 2009
Fast path switching between projects
I just finished some mods to the script I use when switching from one project to another.  The script makes it really fast and easy to try different versions of things that are wired into ...