This week was the first week of CST428 Software Engineering. In this week we started to learn about REST APIs and how to start building one. The program we built this week was based on a user being able to register in a database and create orders tied to their customer id. I also learned how to utilize some new programs such as Spring and Postman. I also gained experience in creating unit tests to validate that my code is performing as expected. I look forward to learning more about complex software projects and how they are built.
For the Markov code review I worked with my teammate Brandon Hoppens. My strategy for the Markov assignment was to first read through the entire prompt and ensure that I had a general idea of what the program was supposed to do. I then worked through the prompt building each method before moving on to the next. I built all of the methods and then ran the test after my initial build. I was able to pass a few of the test and failed others. I then went back to the individual tests I failed and manually debugged them. This was in contrast to how Brandon tackled the prompt as he was implementing the methods as they were needed. He worked to ensure each piece that he added worked with the existing code base. I think I would change my strategy to adopt some of his methods and use an incremental approach. I relied on building the entire program before running the first test, and I can see how on bigger projects this could lead to some frustration. The feedback I received from Brandon was ...
Comments
Post a Comment