This week was all about building off previous programs through understanding them. A hefty statement, but one that I find makes sense if one was a program designer. By utilizing the system of subclasses and superclasses, programs can be much more efficiently designed as long as a docstring is present to explain it all
Additionally, we were taught various new ways to think logically about program specifications. On a specific example of coding line recognition, I have thought up of a solution that would work in a very specific mindset and situation. However, many other solutions were put up that interest me, such as using a broader recognition system so that the program could be much more flexible. No need for insane loops as I thought, interestingly enough.
No comments:
Post a Comment