Hi, I'm Juan Pablo Pincheira, a CS Student from Chile. This is just a log with random things I'm interested in.

structured vs. object-oriented programming

Although structuring a program into a hierarchy might help to clarify some types of software, even for some special types of large programs, a small change, such as requesting a user-chosen new option (text font-color) could cause a massive ripple-effect with changing multiple subprograms to propagate the new data into the program’s hierarchy.