Wk07/08: Learning Journal Summary
Taking a look back at HW1 Histogram After looking at Histogram assignment, I feel like some operations could be handled in a different class. For example a separate class to read in the file. Then another class that does the counting of letters and counts, as well as creating a histogram. Then the main class is one that handles all the class creation and displaying the histogram. Highlighting two victories Looking back to see where I started and now I'm impressed at how much I've learning especially in software design. I learned to appreciate creating class diagrams early on to visualize how information flows and create a better product at the end. I actually started implementing this strategy at work for some simple python tools. The 2nd victory would be Android programming in general since I originally had no clue how Android programming worked. I heard it's close to java, but has it's own built in libraries and built...