CS373 Fall 2022: Minh Nguyen — Blog #10

Nhat Minh Nguyen
2 min readOct 30, 2022
  • What did you do this past week?

Last week, I finished my other classes’ homework and assignments as usual. I tried to catch up with some difficult lectures but could not finish all of them. Besides, I did a few leetcode questions to prepare for my next interviews. My SWE group used 2 slip days and I was glad that we finished it on time.

  • What’s in your way and what will you do next week?

I still have some materials which I do not fully understand so I am spending more time on these hard parts to catch up. I also missed a few lectures in other classes so I also need to catch up with these classes’ material. There is an exam next week and I did not do well on the last exam so I am trying to review more carefully and hope I will do better on this one. I also have a behavior interview next week. I hope I will do well on this one.

  • What did you think of Paper 10. Why getter and setter methods are evil?

At first, I was surprised by the title because using getter and setter is my intuitive way of approach when doing object-oriented programming. However, after reading through the article and learning about the disadvantages of accessors, I understand that I should not use setters and getters in every place but only in the place where using them will not violate object-oriented principles

  • What was your experience of the cross join, theta join, and natural join? (this question will vary, week to week)

I have some experience with these ideas in Database Management class but I am not familiar with the implementation of these operators in Python.

  • What made you happy this week?

Staying with my parents is a lot of fun but back to my place in Austin made me feel comfortable. I also could be more productive and focus on my plan. In addition, the beautiful weather during this time along with the beautiful nature of Austin gives me many opportunities to participate in outdoor activities.

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

There is a tutorial about Selenium that I found pretty helpful and straightforward https://www.guru99.com/selenium-tutorial.html

--

--