DEV Community

Discussion on: What would you like people to know about programming?

Collapse
 
revskill10 profile image
Truong Hoang Dung

At it core, programming is about managing the goto statement, at a higher level it's about function, or a piece of code.

  • Learn how to write code with variables, if...then...else, for loop.
  • Learn how to return the result to anywhere you want.

At a higher level, treat function at a value that you could return.

That's it all about programming.