Type Username Here
Not a new member
so most important thing is to code for readability. never, ever code for efficiency. ever.
Breh, I don't know who told you that but that is not true. In most cases, that would be correct but sometimes efficiency matters and is priority. There are times where there are hardware limitations or running time is absolutely critical.
That being said, you can be efficient and maintain proper standards as far as readability and scaling goes. Not always, but mostly.





Control flow, structures, etc etc. That way your understanding of programming wont be dependent one programming language, and you'll find easier to learn other languages. 
Yeah the whole Object Oriented classes thing can be a little daunting and difficult to understand at first. But once you get it your like
.