-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Becky Nisttahuz #157
base: main
Are you sure you want to change the base?
Becky Nisttahuz #157
Conversation
@@ -3,11 +3,15 @@ | |||
# Use the # to create a new comment | |||
|
|||
# Build a Bear | |||
|
|||
# Create a function called build_a_bear that takes 6 arguments: name, age, fur, clothes, special_power |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! And in Ruby, they'll be referred to as methods!
@@ -3,11 +3,15 @@ | |||
# Use the # to create a new comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWESOME job with these annotations!
@name = name | ||
@super_power = super_power | ||
@age = age | ||
@arch_nemesis = arch_nemesis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For lines 111-113, check the directions written up on lines 99 about these needing to be static values and adjust your solution. Let me know if you need help or have questions about that.
# Reflection | ||
# What parts were most difficult about this exerise? | ||
|
||
#Remembering all the technical words and syntax was very difficult. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IT IS! Time and practice will get you there!
# What skills do you need to continue to practice before starting Mod 1? | ||
|
||
#I need to practice, practice and practice! I defenitly need to get more comfortable qith the wording and understanding the meaning of each line of pseudocode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your annotations looked solid, which makes me believe you do have a good technical understanding. That's awesome! So keep focusing on the technical vocabulary you read and use. More practice will help, and when you are completely immersed in Mod 1, you'll have LOTS of practice :)
end | ||
|
||
def spray_paint(color) | ||
self.color = color |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason you used self
here??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we already have the attr_accessor :color.
## Section 4 Reflection | ||
|
||
1. How different did your workflow feel this week, considering we asked you to follow the Pomodoro technique? | ||
Time management is hard for me since I need to read not once, not twice but sometimes even three times the same information for me to be able to retain the information. I like the idea of having a timer to have a better flow with homework and learning in general. I just have to make sure I still learn what I need to to learn in that time sice I am learning while completing tasks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turing can and will provide accommodations for students whose first language is not English and need extra time. I encourage you to advocate for that with your Mod 1 instructors early in the module if you'd like to have that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I will make sure I do that.
@benistta - I've had the chance to review your work and you are Turing Ready! I left a few notes for your review - I'd encourage you to review and address them, please let me know if you have any clarifying questions about any of them or need any support! |
No description provided.