CST338 Module 1

 So far this week's lecture material primarily covered JUnit testing and UML diagrams. JUnit allows users to create their own testing methods for any class and their methods. UML diagrams are used to display every method and variable in a class alongside their modifiers such as Public and Private -- the arguments and return values are also shown in a UML diagram.

The primary language we will be using in this course is Java in both Intellij and in Android Studio.

For the assignments this week we set up our development environments, practices simple java programming, and worked on a couple projects.

The individual project this week was the LabReader project which covered the process of how to read information from a file and parse it into usable data.

Other than these, the other projects were parts of the Library project -- the Book and the Reader class. The Book class managed the book object that took in all the important details of books such as the title, ISBN, and author. The Reader class handled the reader object that handled the reader's name and the books they have checked out.

Comments

Popular posts from this blog

CST489 / 499 Week 10

CST489 / CST499 Week 12

CST489 / 499 Week 16