Click here to Skip to main content
15,886,104 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to learn about coding and the basics, but I dont know how or where to start
Posted

 
Share this answer
 
First choose a language to begin with, depending on which tool you have.
I recommend to start with managed language: VB/VBA, C#, Java/JavaScript ...
Avoid C and C++ at beginning.

My road map:
- Follow language tutorials (many).
- Read the language documentation (at least a good part).
- Remember that Google is your friend.
- Abuse of Debugger to see what the code is doing step by step, it gives you an invaluable understanding of what is going on, check variables.
- Master Boolean Algebra, it is ubiquitous, Every time you test something, you use Boolean algebra.
- Master some analyse methods, Dijkstra Top-Down method is a good start.

This is just to get you started, don't skip steps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900