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

Minju: Behaviour, Strategy, Implementation; 3 weeks #346

Open minjupgeorge opened 2 years ago

minjupgeorge 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


minjupgeorge commented 2 years ago

Week 1


I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

danielhalasz commented 2 years ago

I felt it very difficult to write unit test in sandbox .test.js . I need some more time to master it

which part was difficult for you? have you looked at the examples? you can also look at the Jest documentation, which is the tool used at HYF for testing..keep in mind that there are others, with a slightly different syntax on some coding challenge websites.

I am watching the video and trying to understand the testing .

which video? the class recording? any questions about it?

minjupgeorge commented 2 years ago

@danielhalasz yeah I mean our class video. have tried some examples.. now its fine. ok sure I will go through Jest documentation.

minjupgeorge commented 2 years ago

Week 2

I Need Help With:

-I am struggling with one syntax error in node modules whenever I try to run the test. I had zoom call with Daniel and understood its because of windows laptop. still trying to correct it.

What went well?

The node module file is

image

Lessons Learned

More practice is needed.

Sunday Prep Work

minjupgeorge commented 2 years ago

@danielhalasz Thank you for the great help and sharing the reference link. Now its working with this code . node ./node_modules/jest/bin/jest.js doctor-example.test.js This link also very helpful. https://github.com/facebook/jest/issues/3750#issuecomment-308118403

minjupgeorge commented 2 years ago

@danielhalasz Thank you for the great help and sharing the reference link. Now its working with this code . node ./node_modules/jest/bin/jest.js doctor-example.test.js This link also very helpful. https://github.com/facebook/jest/issues/3750#issuecomment-308118403