CS371P Spring 2021: Week 10

Nirav Lalsinghani
2 min readApr 5, 2021

What did you do this past week?

This past week was spent working on my networks lab as well as attending lectures for both this class and my networks class.

What’s in your way?

As of now, nothing is in my way. I am still currently working on my networks lab and will begin working on the Darwin project for this class pretty soon.

What will you do next week?

Next week I am going to work on the Darwin project. I should be finished with most of my networks classwork but if anything comes up I will obviously work on that as well.

If you read it, what did you think of the Dependency Inversion Principle?

Designing is a pretty important part of programming. Making sure that the code you write is adaptable, robust, and reuseable is important especially on an industry standard. Making sure you have a good design will prevent a lot of the extra work that comes with debugging.

What was your experience of vector, copy constructor, and copy assignment?

I really enjoyed the implementation of the vector class. We had done similar things with the array list in java and it was cool to see how things translate in c for a vector.

What made you happy this week?

My birthday is coming up soon!

What’s your pick-of-the-week or tip-of-the-week?

https://www.coursera.org/ is a great website to get to know the basics of a new language. I learned some javascript through this website and it was super easy to use and has tons of variety.

--

--