+ 3
Code and Logic
So I’m learning to code (c++) and it seems easy. I wish to start my own game company. Maybe starting with apps in the iOS store. But someone made a point about being able to code, but still not understanding “logic.” And I understood this. While watching the explanations and everything (I’ve never coded in my life before this app and starting college for a degree in IT) I still find it hard understanding the terms and what certain functions do.
7 odpowiedzi
+ 7
I too face the same problem sometimes. Sometimes I feel certain logics are pre-defined and you don't need to think just memorize.. like for example all those "Sorts" have a fixed algorithm, so we are just cramming them.... Please correct me if I am wrong...
+ 6
Thanks
+ 6
Elitesol True :)
+ 3
It is the other name of practice.The more you practice the more you find easy to build logic.
+ 1
I guess I still have a long way to go. Also memorizing things. i find myself looking at what i previously did here in courses when trying to do something even simpler in a compiler? Will that come with time?
+ 1
i feel you. i know that certain commands are needed to run the code properly with no errors. its just hard for me to remember them. Its really fun though. any tips?
+ 1
i just do every excersize twice to make sure i understand it. also I mess with the code myself and add anoter variable and try to run and diagnose until i get no errors. I dont try to memorize i just try to understand what each command does. and refer to previous if i need to. hopefully I didnt confure you.