Conversation
|
|
||
| # 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.
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.
AWESOME job with these annotations!
| @name = name | ||
| @super_power = super_power | ||
| @age = age | ||
| @arch_nemesis = arch_nemesis |
There was a problem hiding this comment.
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.
IT IS! Time and practice will get you there!
| #The firsdt part of the exercise was the most easiest to me. | ||
| # 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.
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.
What is the reason you used self here??
There was a problem hiding this comment.
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.
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.
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.