Skip to content

Instantly share code, notes, and snippets.

View Drew242's full-sized avatar

Drew Conly Drew242

  • Colorado Springs, CO
View GitHub Profile
@Drew242
Drew242 / yep.rb
Created September 14, 2015 21:16
require 'pry'
class GetIn
def self.get_in(hash, array)
if array.select { |key| key.class == Array }.size > 0
values = []
while values.empty? do
if array[1].class == Array
key = array[0]
array = array[1]
What habits of your group members are you hoping to adopt?
Dedication and genuine interest in code - Sebastian; he was able to push forward every evening
Ability to ask the probing questions - Max; he was able to keep us on track
Ability to keep us from feeling like we're "grinding" - Drew; fun to be around even while we're working long hours
Great ideas and willingness to explore other options - Jai; fully adapts the 'code is free' principle
Give an example of something you think too much time was spent on (bad choices, rabbit holes etc).
The '' in the payload took around a half a day unfortunately.
What led to that?
Potentially refactoring before green could have cost us some time; maybe not knowing which order to tackle tasks.
WITH A GRAIN OF SALT
====================
Phrase origin
-------------
Getting Advice
--------------
- Listen to your guy