If vs. Unless
October 31, 2011 § Leave a comment
unless
is if
’s negative brother. He crops up fairly often, particularly in one-liners, and almost always ruins my mood. if
is a positive, can-do guy. unless
is full of mistrust.
« Read the rest of this entry »
Using Vim with Pathogen
July 18, 2011 § 7 Comments
Vim is my editor of choice. Vim is everywhere and has hundreds of plugins to allow you to do pretty much anything a text editor can possibly do.
The problem is, setting up Vim to use plugins is not the simplest thing to do. Enter Pathogen.
Pathogen is written by Vim plugin guru Tim Pope, it lets you isolate plugin scripts under their own directories. This means easy installs, uninistalls and upgrades.
Here’s a walk through about how to get this up and running:
Why why why why why are you a developer?
July 6, 2011 § 14 Comments