(roughly translated: // Đây là mảng nhá. Duyệt qua nó
.)
// This is a variable
(roughly translated: // Đây là biến
)
I try to write a summary of the comments so readers can understand what is happening if it is not really clear. This is especially useful when you're in complex code. It clearly explains what each function does and why. Through the use of variable names, function names and clear comments, you (and others) will be able to understand:
See also: Forming a way of thinking like a programmer
Get feedback from colleagues, experts or other developers. Check back in Stack Overflow. See how others ask about it and learn from them. Sometimes, a problem has many approaches. Find out what they are, you will be better and faster in finding solutions yourself.
Even experienced developers, they always practice and learn every day. If you get useful feedback, integrate it again. Recreate the problem or solve similar problems, push yourself forward. With every problem you solve is a step further for you on the road to programming. Celebrate every success you have and remember how far you've come. Remember that programming, like anything, is becoming easier and more developed.
Thanks, author Gavin Stark.
Refer to some more articles:
Having fun!