The first chapter has gone live for the Capistrano documentation project. It is authored by Srinivas Aki on the subject of the Default Tasks you use in Capistrano. Can I has default tasks? “Oh and… you’re welcome.” – Jimmy Fallon playing “The Company Computer Guy” on SNL
Browsing the blog archives for December, 2007
I was porting over some code today and had an apostrophe moment. (You know… when lighting strikes your brain?) In order to deprecate a function in your code, you can leave the function intact, but basically have it shout out that it is deprecated and exit. Here’s an example from the PHP script I’m working [...]