Why you should do code reviews - And how to do them right

preview_player
Показать описание

-------

Have you heard about code reviews but never done one? Or are you struggling to do code reviews right? Maybe you dread the words 'code review' from terrible past experiences... Here, I'll go over why you need code reviews in your project, and how to get the most value out of them with the least pain. Code reviews can be a great, positive, and fun experience, while making your project code quality dramatically better, and improving your developer skillset.

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

Very cool. I'll have to start doing this!

sillysatoko
Автор

Code Reviews vs Design Reviews - much of Code Review vids you have done are more focused on basics of naming and coding styles, and application of code Patterns, which push more into the Design level. This is where a team review can be helpful in identifying common elements (gee we have 5 different Spawn engines, lets refactor). Looking forward to your addressing such higher level Design Patterns.

JerryIsdale
Автор

Do you have any advice on dealing with prefabs, or scene changes during code reviews. I find a lot of issues can pop up from serialized fields not being set, usually through forgetting to do a final save of the scene before committing, or after missing something during a merge conflict. Even things like someone resizing the text on a dialog prefab or something that was needed for what they're working on, but possibly breaks other instances of the prefab somewhere else.

DannyTheFool
Автор

Great tips! Thank you for sharing your experience! Jason, can you please tell me what audio recording setup do you use?

AlexanderZotov
Автор

You never edited out your "take" at 0:51 - anyways, code reviews are really important and I really enjoy your code review series.

NeoDragonEWW
Автор

Very good videos as usual, just a question about coroutines, I tried to use the ref keyword for coroutines arguments and the compiler didn't like it. Is there any explanation why we can't pass arguments by reference in a coroutine?

mazenissa
Автор

Hi Sir,
Happy to message you after a long time, Can you make a tutorial on pause a video and resume a video in unity.Please sir I am struggling a lot on this.

vigneshsree