Have you ever heard the word "Coding" ? What do you know about "Coding" ?
Well, Coding, in short definition, is the act to translate message into code. It's similiar like encode (dictionary.reference.com). Did you realize if Coding has a relationship with our life ? Let me tell you. Whenever you write a code, before it could be actually applicated, it should pass through three general processes : Compile, Build and Execute. They has a relationship with the processes how our life goes on. How does it go ?
Logic, Step, Compilation
Programming covers everything that happens in this world, from small to big, general to unique, simple to complex.
Whatever happens in this world, happens based on logic, running with certain steps, and related to each other. A program that we would create, we have to start it from processing the logic which are written in sequence, step by step, then we combine it to form a unique function to make the program running.
And thats what we do in real life. For example, when we take a shower, we will do it in algorithms : (1) Prepare our equipment (2) Go to the bathroom (3) Bathing (4) Get out from bathroom. If one step or more isn't implemented, it could not be said as the way to take a shower. So, all of these steps are related to each other.
That it is !
Build and Testing
What's next ?
Build it ! All of the logics and steps that you've created won't be useful if there is no further processing. Build, help you to transfer your mind into "Blue Print".
In the procedure of how to take a shower above, from the four steps, if we build it all and it show a positive result (where you achieve your goal : take a shower). It show your step are almost correct. If you change the 2nd step, for instance: Go to bedroom, it's definitely wrong, right ? In programming language, it is called error which makes your program would not running.
In real life, Build help you to test your algorithms and give you advice whenever you get some errors and stuck in a certain error.
So, build it !
Do It
Congratulation! You have reached the final step. What is that ?
Execute ! Yeah, you need to execute what you have compiled and built previously. Whatever we have prepared previously, will be useless if we are not able to make it happen.
Talk less, Do more !
No comments:
Post a Comment