This week we focused on building out the front end of our application. One thing I learned this week is that I feel like I am more interested in front end development. Last weeks iteration was somewhat challenging and abstract to me because, it was just information. This week doing React I felt I understood it more, and could see how my code directly translates to the look and feel of our application. I also found it easier to troubleshoot because I could change a line of code and see how it affected the design. Overall a good week of learning how to develop a larger software application.
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