February 2012
4 posts
2 tags
Varry var var →
I’ve actually been moving the other direction recently, but I’m beginning to appreciate the logic behind using a var prefix for each variable declaration.
It’s like the comma-first style - seems like a good idea, and works well enough until you add another developer to the project.
Scott Watermasysk: ZSH and Rake Parameters →
scottwater:
I wanted to pass a parameter into a rake task which uses a format like this: task :name, :first do |t, args| puts "Hello #{args[:first]}"
end
To execute the task: rake name[Scott]
However, I kept getting an error that ZSH could not find the command. It turns out, I was tripping over ZSH’s…
2 tags
The Apple Voice →
Zach Holman looks at how having a consistent (and accessible) voice in published content is an important part of how you present your product, company, or self.
3 tags