Multiline strings
December 22nd, 2008
Javascript is a very strange and often misunderstood language. One of the byproducts of the many different implementations are the many undocumented features. Among these is the very convenient, especially for fixture data, multi-line string. Here’s how you do it:
var s= "\
[...]
Sproutcore in TextMate
December 6th, 2008
I love developing with TextMate. I discovered it my Sr. year of college when I saw it in a now infamous video. Since then I’ve used it for all my coding projects and frankly other ide’s give me the jibblies. So today I’ll be showing how I’ve set up my environment with [...]
Distributed Development with Git and the Single Integrator (Part 2)
December 3rd, 2008
In the last post, I discussed the actions of the developers on the project. In this post, I will talk about the other half of the story. After one of the developers finishes their task or topic branch and they email the integrator (me), I check my emails usually at the end [...]