Skip to content

Becky Nisttahuz#157

Open
benistta wants to merge 5 commits intoturingschool:mainfrom
benistta:main
Open

Becky Nisttahuz#157
benistta wants to merge 5 commits intoturingschool:mainfrom
benistta:main

Conversation

@benistta
Copy link

@benistta benistta commented Nov 3, 2021

No description provided.


# Build a Bear

# Create a function called build_a_bear that takes 6 arguments: name, age, fur, clothes, special_power
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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.
Copy link
Collaborator

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!

#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.
Copy link
Collaborator

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
Copy link
Collaborator

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??

Copy link
Author

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.
Copy link
Collaborator

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!

Copy link
Author

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.

@ameseee
Copy link
Collaborator

ameseee commented Nov 4, 2021

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants