Skip to content

Instantly share code, notes, and snippets.

@Automatic365
Automatic365 / week_3.markdown
Last active May 26, 2016 17:50 — forked from worace/week_3.markdown
Module 1 Week 3 Diagnostic

Module 1 Week 3 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

For these questions, write a short snippet of code that meets the requirement. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing the information).

  • What do you know about modules already? If little, what would you guess modules are all about?
  • I don't know anything. I would guess that they are self contained programs similar to gems.
  • Golf and basketball both use a ball. But if you're on a basketball court and ask for "the ball," no one is going to throw you a golf ball. Why? If you were as dumb as a computer, why would a golf ball be an acceptable response?
    • Because it is a type of ball, and with no other specifications to go off of, one is as good as another.
  • You've learned about the object model and method lookups. What would the imapct be of injecting an additional ancestor into a class' lookup chain?
  • The first ancestor would inherit the charachteristics of the second
@Automatic365
Automatic365 / JH-prework.md
Last active March 20, 2016 20:20 — forked from mbburch/prework.md
Turing pre-work Gist

Turing School Prework - Jason Hanna

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist: