Sunday, May 1, 2016

Modular Programming or Just the Way You Think?

Most people interested in any scientific discipline are visual learners and INTJ ( stands for Introverted, iNtuition, Thinking, Judging ) personality types.  It is hard to accept new concepts like design before code or test when you are done, but when they realize that every decision they ever made was following a rigid flowchart and they enjoy the pre-designed flow in decision making, the program design concepts become one of the most liked tools.

Modular coding is the same concept as we divide and conquer complex situations.  Each main concept is implemented as a module where the modules are simple, focused, and improved individually as needed.  The modules can be applied to different situations for a quicker solution even if minor adjustments need to be made.

Let's see how to us this concept in getting through college.  Is it helpful?  Do you see the value of it? Did you just realize that you were confused in science classes because no one taught you this way of thinking?  You're welcome :-)



No comments:

Post a Comment