Skip to content

Instantly share code, notes, and snippets.

# Guide
# Configure the essential configurations below and do the following:
#
# Repository Creation:
# cap deploy:repository:create
# git add .
# git commit -am "initial commit"
# git push origin master
#
# Initial Deployment:
@Mikeyheu
Mikeyheu / ood_notes.md
Last active August 29, 2015 13:57
OOD Notes

Refactoring

Find the things that are most similar and make them the same

Then collapse them and do it over and over and over again

Then find the things that are similar

Very small steps

# This is a skeleton for testing models including examples of validations, callbacks,
# scopes, instance & class methods, associations, and more.
# Pick and choose what you want, as all models don't NEED to be tested at this depth.
#
# I'm always eager to hear new tips & suggestions as I'm still new to testing,
# so if you have any, please share!
#
# @kyletcarlson
#
# This skeleton also assumes you're using the following gems: