The Essence of Computer Programming
Computers are basically for the automation of repetitive work.
So programming computers is essentially the art of automation of repetitive work using loops.
Thus, the most essential thing one needs to understand to program computers is how to write loops.
That covers everything essential.
PS: Recursion is assumed here to just be a more advanced form of a loop, which is just a more elegant solution for certain types of problems.
So programming computers is essentially the art of automation of repetitive work using loops.
Thus, the most essential thing one needs to understand to program computers is how to write loops.
That covers everything essential.
PS: Recursion is assumed here to just be a more advanced form of a loop, which is just a more elegant solution for certain types of problems.
Comments
Post a Comment