Monday, October 14, 2013

On object oriented programming

I think my favourite aspect regarding the OOP paradigm is the way in which it reflects our human ability to create intuitive systems out of what is at first a seemingly incomprehensible network of bits. The fact that we cluster elements of data and the tools to alter that data into things like objects is fundamentally important to facilitating a clear understanding of what it is we're working with when programming and how it operates.

The most important aspect of OOP I think is not the amount of coding it saves you, but the amount of clarity it provides to its user. 

No comments:

Post a Comment