- screenshots of scores will be posted in comments
- screenshots of completed sections will be posted in comments
Empathy has been highly important in most instances in my life— not only has it been vital to every growth period I've gone through, but it's been useful in making others feel heard and in diffusing tension or anger. When I'm actively trying to make big steps in being a better human being, I often try to imagine myself more like the people I look up to. I visualize what it is like to think and feel like them, which helps to understand how to be more like them. I also try to envision what it's like for people who are more disadvantaged than me or who face undue suffering, which helps motivate me to offer more help and do things with others in mind. Empathy also helps immensley with active listening; when you are trying to understand and share another's feelings, you must really listen to them; in turn, it builds their respect for you and making them more apt to truly listen to you. Finally, empathy has been very useful in disseminating te
What’s the difference between a float and integer?
float
is a numeric with a decimal, an integer
is a whole-number numericWhat’s are the similarities and differences between BigNum and FixNum?
BigNum
is a very large number (> 18 or 19 digits long, depending on the binary equivalent), while FixNum
is smaller.Modules contain static information, meaning they can be used as "mixins" where a class includes the module & thereby acts like the module's methods are its own.
First, create a module Doughy
which defines a method has_carbs?
that always returns true. Then, given the following Pizza class, update Pizza to use your new Doughy module to gain the defined has_carbs?
behavior.
module Doughy
def has_carbs?
true
For a more thorough walkthrough, see Josh T's gist: https://gist.github.com/josh-works/7f2e6c82d22dca6e9fbc029c8b17703d
First off, we're editing our .bashrc rather than our .bash_profile. (Josh sent me this article which gives a great explanation on why). But before we do, we have to link it to run in our .bash_profile.
atom ~/.bash_profile
class
in CSS? an id
? Class allows you to classify related elements into groups that can be styled together; id allows you to single-out unique elementsGroup Member Names:
When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?
How will group members communicate? How often will communication happen, and how will open lines of communication be maintained?
Which feature(s) does each group member want to work on? Which feature(s) does each group member not want to work on?