Show Nav
 
Featured

12 Emacs Keybindings Worth Learning

Learning a few Emacs Keybindings can make you more effective in a variety of places, even if you don't use Emacs as your editor. The most basic are shortcuts that let you move your cursor around and delete text.
All Posts
Ruby

Control Flow in Ruby Blocks

I recently found myself needing to return early from a block passed into a method in Ruby. The way to do this is fairly simple and obvious in hindsight.