Three things to highlight this week 1. The human resource class regarding organisational growth/decline, very interesting. Be reminded to keep an open mind and reflect oneself to avoid self-arrogance. 2. CS3217 Assignment 2. In this assignment, we are asked to work with ADT(abstract data type) classes to implement the polynomial arithmetic algorithm. It focuses a lot on testing and designing detailed test cases. I started the assignment pretty early. After reading the whole assignment, I thought it to be quite OK. However, I kept delaying the tasks until time gets tight. I thought I could have finished debugging the Rational Term class by Thursday and starting writing the Polynomial class on Friday and finish debugging on Saturday. However, everything gets delayed by almost 1-2days. I finished the Rational Term class on Friday, but I didn't fix all the bugs for that class until Saturday night. I wrote rough codes for the Polynomial class on saturday night as well. H...