The Abstract Data Types and Exceptions were brand new things learnt this week. I surprisingly enjoyed playing with the Stack and Queue methods and creating classes for them. While understanding how to create and implement those classes was frustrating at first, practice and reading definitely helped to further my understanding. This course so far has been most challenging during those awkward moments when my code decided to not run, and I find myself simply staring at the screen wondering what to do. Thankfully I have been able to find my errors and keep carrying on. An example of this would be my initial attempt to create an Exception code and watch it fail to run as I had written and implemented incorrect code. A concept I believe I conquered this week which I had not fully grasped in CSC108 was Classes. Through more practice and reading more examples, creating a class and defining the attributes, objects and methods is slowly becoming second nature this semester.
As week three draws to a close, I am happy to say that I can now raise an Exception in my code. In conclusion, CSC148 so far has taught us new methods and tools we can use to create better, more efficient code.