Posts

Showing posts from May, 2021

CS 371p Final Blog Entry

Image
1. Were there any other particular takeaways for you? I think the biggest takeaway is that unit testing is very important as you write a large program. It's important to test parts of your code as you write it so you don't get stuck with a bunch of bugs later on. 2. How did you feel about cold calling? Cold calling was alright, sometimes I felt like I was put on the spot but it does make me actively engaged in case I get called on. 3. What required tool did you not know and now find very useful? I didn't know about PlantUML or Doxygen before this class and I found them both interesting tools for documenting. 4. You should have read two papers that advised minimizing getters and setters. What insights have they given you? I learned that we should try to minimize the number of getter and setters for the purposes of OOP design, but sometimes it seems impossible to get by without them. 5. How well do you think the course conveyed those takeaways? I think the class conveyed the...