Is it just me, or does the term "coding" sound like something you do when you are working in Assembler or other low level languages? Coding is what a programmer does. Most of us do development where we use high level languages that are not very cryptic at all.
Is it just me, or does the term "coding" sound like something you do when you are working in Assembler or other low level languages? Coding is what a programmer does. Most of us do development where we use high level languages that are not very cryptic at all.
YupIt's just you
Nice. Any links to get into codingMeh, fair enough. It's just that coding sounds so mysterious.
You are definitely not coding if you are writing HTML or JavaScript, you're just writing scripts and markup language. That said I have developed a "scripting" language in XML which is essentially a bunch of Condition/Action pairs that gets compiled into a binary. Fun stuff.
As I said it depends on what he wants to code. Html and css are markup are descriptive languages, they are design and not programming languages.I agree... start learning basics Html, css, java and so on and just start practically using the knowledge so it becomes part of you
Nice. Any links to get into coding