DEV Community

Discussion on: Which programming language should I learn first?

Collapse
 
arvindpdmn profile image
Arvind Padmanabhan

JS is a good start. Beginners should also in parallel learn the programming concepts, not just blindly learn language syntax. For example, naming conventions, clean code, OOP, etc. As an example, see devopedia.org/object-oriented-prog...

Collapse
 
allthecode profile image
Simon Barker

Totally, the language is a tool to learn programming πŸ˜€

Collapse
 
efpage profile image
Eckehard

Yes, but one step after the other. For a small project, bad code may serve well. If you get in trouble with your spaghetti, itΒ΄s time to think about concepts.