Skip to content

Instantly share code, notes, and snippets.

View maxsilver's full-sized avatar
💜

Mackenzie "Max" Seeley maxsilver

💜
View GitHub Profile
@maxsilver
maxsilver / report-exercise.rb
Last active December 13, 2015 20:59 — forked from zdennis/report-exercise.rb
Names incoming parameters for clarity.
#
# The goal of this exercise is work on identifying abstraction which helps simplify, document,
# and separate the concerns going on in file.
#
# Exercise:
# * Find related ideas in the below code
# * Abstract them out (methods, modules, classes, etc, you pick!)
# * If you find multiple ways, then do a separate gist for each way.
# * Rinse repeat until you see no other ways.
#