+ 1
Is there any course in this that teaches you fundamentals of programming?
I understand that the question may sound stupid, but it'd be a nice idea to have a course that teaches you, "How to write clean code", "There are X type of languages for X purposes", "What is OOPS concepts", "What are tokens and keywords", etc in one course, so it'd be easier to learn programming. If there is any, can I get a link? Thanks.
1 Réponse
+ 3
Start with control and data structures. These are the basic building blocks of code in any lsnguage. When you start understanding it, Oop will start making sense