August 20, 2014

Lessons Learned: Modular coding is great coding.

     Even though I was writing (what I thought to be) modular code I was shown a drastically better way of writing modular code, BUT EVEN MORE IMPORTANTLY this new method allows for coding in such a way that the code can be read as if it were almost 'complete' English sentences. This not only makes the code extremely readable but also makes updating code (more specifically updating someone else's code) much easier because if one thing breaks it is much more obvious where the logic error/error is coming from in the code. (More on this later, The Podside Project: The Design)

No comments:

Post a Comment