What Even Is Coding? And How Does It Actually Work?
Posted by Precision_Devworks@reddit | learnprogramming | View on Reddit | 6 comments
Ever wondered how apps, games, websites, or even robots understand what to do?
That’s basically where coding comes in.
Coding is the process of giving instructions to a computer using a programming language.
Think of it like talking to a super smart robot — except it only understands very specific commands.
For example:
print("Hello World")
This tiny line tells the computer: “Display the words Hello World on the screen.”
But how does it actually work?
Here’s the simple breakdown:
You write code in a language like Python, Java, or C++
A compiler or interpreter translates that code into binary (0s and 1s)
The computer’s processor reads those instructions
The computer performs the task instantly
So when you click a button in a game, send a message, or watch YouTube — coding is running behind the scenes making everything happen.
Coding is basically:
Logic
Problem solving
Instructions
Creativity
And the craziest part?
Almost every app you use today started with someone typing code into a blank screen.
So yeah… coding is literally humans teaching machines how to work.
Perfect_Drummer_7779@reddit
ok
Inn0centDuck@reddit
You should stick to instagram or linkedin
sanguinefell@reddit
The fuck is this garbage
ShadowRL7666@reddit
Some of this information is a little over simplified leading to a wrong interpretation.
ArchuFlutterBuilds@reddit
Good breakdown for beginners. One thing I'd add — the hardest part is not learning the syntax, it's developing problem solving thinking. That only comes from writing code daily and making mistakes.
HashDefTrueFalse@reddit
Thanks, GPT.