We always here people complaining about how hard coding is, even a lot of students who are majoring in computer science.
However, coding is not that hard! But you just need to have the logic to tell computer what to do.
Steps for how to code:
Algorithm: procedure or formula for solving a problem
Algorithm is basically training you the logic you need to build before you code. For example. What you need to do before
you eat the peanut butter bread?
- Get a piece of bread.
- Spread peanut butter on it.
- Get another piece of bread.
- Spread jelly on it.
- Put the two pieces of bread together.
- Eat it!
Careful Here!! Most people think coding is easy when they think through. See
the details in algorithm of making a peanut butter bread? You need to put
things in detail with order, and this is only making a peanut butter bread!
Think how hard if you want to make a game? Details are crucial in coding.
Java Script and Python
Java Script and Python is definitely the computer languages everyone should learn first. This is because you do not
necessary need to code everything. Some codes are already written in them. For example, import math is already in Python
which you do not need to write this code out again. Moreover, these two computer languages are way easier than C++, C,
and even Unity.
Unity
- Great Platform to make fun games!
- Unity has all different landscapes you can create with
- Has both 2-D and 3-D
- Form of creativity expression
- Free!!
GO TRY SOME OF THESE COMPUTER LANGUAGES NOW!!!!
Yen,
I Like how you incorporated metaphors to explain the coding process. Your blog displays the simpler and easier forms of code and shows how certain codes may not be as hard to comprehend as others.