lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Inna : Behaviour, Strategy, Implementation, 3 weeks #357

Open inna9Z opened 2 years ago

inna9Z commented 2 years ago

Learning Objectives

Priorities: 🥚, 🐣, 🐥, 🐔 (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - 🥚: Understanding this material is required, it covers the base skills you'll need to move on. You do not need to finish all of them but should feel comfortable that you could with enough time. - 🐣: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - 🐥: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - 🐔: These concepts or skills are not necessary but are related to this module. If you are finished with 🥚, 🐣 and 🐥 you can use the 🐔 exercises to push yourself without getting distracted from the module's main objectives. ---

1. Remix

Practice studying and remixing other people's solutions to coding challenges. Create your own solutions by mixing and matching pieces from other people's code.

2. Write

3. Review


inna9Z commented 2 years ago

Week 1

I Need Help With:

More practice . Writing function its the best way to understand it . I do very slowly , but i like, now I try different ways to writing unit test for diferent function.

What went well?

Syntax for testing. Edabit exercises.

What went less well?

At the beginning its looks difficult to understand what should you do . Your confused about best writing way for testing function .

Lessons Learned

Try to write as much as possible unit test function . Comments also important

Sunday Prep Work

Trying to write some test for other functions

My solution add-arrays

inna9Z commented 2 years ago

Week 2

I Need Help With:

What went well?

Lessons Learned

Sunday Prep Work

danielhalasz commented 2 years ago
  • I always have a problem with syntax (brackets), when writing tests , that's why I always get errror when running tests.

there are some VSCode extensions that could help with finding the syntax error.. colorizing the brackets, showing indentations, color coding the block scopes..

danielhalasz commented 2 years ago

check out for example: Blockman indent-rainbow

inna9Z commented 2 years ago

@danielhalasz thank you, I will check)