Coding Style - The ONLY video you NEED

preview_player
Показать описание
How to become a better coder? Let's start with a coding style guide. In this video, I'll cover why it's useful and how it can help you improve your programming skills. It's all about clean code, consistency and readability.

★ Join the Kingdom:

····················································································

You can follow me on Social Media:

Рекомендации по теме
Комментарии
Автор

Thank you. I'm learning C++ as I'm making a game engine, and am still relatively new to C# and Python. Only know a little about coding styles, so I'm trying to learn more.

rmt
Автор

Very nice video.
There are so many things about coding standards and readability: comments, folder structure, variable naming...
What are your thoughts on comments? I like writting something like: "The upcoming section tries to to the following.... by using this and that. The end results should look like this"
And then smaller comments as the code goes along

hernanmirandadelpino
Автор

but unreal engine and cryengine use the C# style (allman style)

liyanpeng
Автор

"_rigidbody.AddForce(...)" is read as "Private RigidBody.AddForce".
@5:50

The "_" is pronounced "private".
The same way in which "fmt" is pronounced "format". However, I've been told I code like Terry A. Davis.
So, I know I've got a minority opinion here.

100% on board that CONSISTENCY is important though.

KANJICODER
Автор

really help full for my studies
can we more discuss about this
how can i contact you

cjvcskn