Mistakes made from previous languages.
With my first language that I had learned was python and this was my first encounter with programming.
I struggled with loops and the implementation of if statements. Initially I did not understand the use of for loops because I had to decide on a parameter but what seemed more logical to use would have been a while loop ,the problem with this would have been something called an infinite loop.
What has helped me overcome my struggle with loops has been exposure to algorithms. I would not recommend moving on to a new subject without understanding a previous subject programming is a build up of simple concepts to more complicated modules.
about two years latter I greeted by the formidable enemy called Java and we entangle in a duel where it uses its weapons of mass destruction called object orientated programming.
Comments
Post a Comment