Skip to content

Instantly share code, notes, and snippets.

@obliviusm
Last active August 29, 2015 14:24
Show Gist options
  • Save obliviusm/862d13d9d804e7db8ee7 to your computer and use it in GitHub Desktop.
Save obliviusm/862d13d9d804e7db8ee7 to your computer and use it in GitHub Desktop.
Useful

Rocky Mountain Ruby 2012 - Go Ahead, Make a Mess by Sandi Metz

  • class_name.constantize.new()

Aloha Ruby Conf 2012 Refactoring from Good to Great by Ben Orenstein

  • @contact = contact || NullContact.new
  • refactoring:
    1. god object
    2. high churn files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment