lab-antwerp-1 / home

https://lab-antwerp-1.github.io/home/randomizer
MIT License
3 stars 13 forks source link

aviv; behaviour, strategy and implementation weeks 13-16 #248

Open aviv82 opened 2 years ago

aviv82 commented 2 years ago

đŸ„š Analyzing Functions:

aviv82 commented 2 years ago

Week 13

Check-In

I Need Help With:

terminology and syntax. the technical vocabulary is expanding but its hard to remember the names of all the new concepts

What went well?

completed a few of the first exercises in study groups. so far most of it is clear.

What went less well?

time management was tough this week. i have dutch exams and a lot of work. hopefully i will have more time to study next week.

Lessons Learned

better understanding of:

Sunday Prep Work

gelilaa commented 2 years ago

I Need Help With:

terminology and syntax. the technical vocabulary is expanding but its hard to remember the names of all the new concepts

Remembering everything can be hard. The best way to familiarize with the syntax is to use them and adopt some kind of "Muscle memory"

aviv82 commented 2 years ago

I Need Help With:

terminology and syntax. the technical vocabulary is expanding but its hard to remember the names of all the new concepts

Remembering everything can be hard. The best way to familiarize with the syntax is to use them and adopt some kind of "Muscle memory"

thank you Gelila! i am slowly getting there đŸ’«

aviv82 commented 2 years ago

Week 14

pushed my progress to practice repo pushed my progress to write-up repo

Check-In

I Need Help With:

prototype delegation, terminology and syntax. specifically methods, high order functions, callback functions, nested functions

What went well?

completed more exercises in study groups, including writing tests for throwing errors and writing guards

What went less well?

prototype delegation went right over my head

Lessons Learned

better understanding of:

Sunday Prep Work

aviv82 commented 2 years ago

Week 15

pushed my progress to practice repo pushed my progress to write-up repo

Check-In

I Need Help With:

methods, especially methods like forEach or filter that use high order functions

What went well?

completed exercises with group as well as a couple of write ups

What went less well?

i am having a hard time refracting code. there are a few snippets that i am familiar with and comfortable using, but its hard to break away from whats familiar

Lessons Learned

better understanding of:

Sunday Prep Work

colevandersWands commented 2 years ago

i am having a hard time refracting code. there are a few snippets that i am familiar with and comfortable using, but its hard to break away from whats familiar

This is expected, refactoring and understanding more than one way to do something is very hard. That's why there's a whole module for it! You can't expect to be 100% comfortable with it in 3 weeks, but you've started in the right direction.

You'll get many many more chances to practice these skills in the coming projects. We just introduced the ideas in this module